Searched refs:pers (Results 1 – 4 of 4) sorted by relevance
/openssl-master/providers/implementations/rands/ |
A D | drbg_local.h | 81 const unsigned char *pers, size_t perslen); 187 const unsigned char *pers, size_t perslen), 197 const unsigned char *pers, size_t perslen);
|
A D | drbg.c | 363 const unsigned char *pers, size_t perslen) in ossl_prov_drbg_instantiate() argument 377 if (pers == NULL) { in ossl_prov_drbg_instantiate() 378 pers = (const unsigned char *)ossl_pers_string; in ossl_prov_drbg_instantiate() 461 pers, perslen)) { in ossl_prov_drbg_instantiate() 771 const unsigned char *pers, size_t perslen), in ossl_rand_drbg_new() argument
|
A D | drbg_ctr.c | 309 const unsigned char *pers, size_t perslen) in drbg_ctr_instantiate() argument 322 if (!ctr_update(drbg, entropy, entropylen, pers, perslen, nonce, noncelen)) in drbg_ctr_instantiate()
|
/openssl-master/test/ |
A D | evp_test.c | 2279 unsigned char *pers; member 2358 OPENSSL_free(rdata->data[i].pers); in rand_test_cleanup() 2394 return parse_bin(value, &item->pers, &item->pers_len); in rand_test_parse() 2478 z = item->pers != NULL ? item->pers : (unsigned char *)""; in rand_test_run()
|
Completed in 17 milliseconds