Searched refs:pers (Results 1 – 4 of 4) sorted by relevance
/openssl/providers/implementations/rands/ |
H A D | drbg_local.h | 77 const unsigned char *pers, size_t perslen); 184 const unsigned char *pers, size_t perslen), 194 const unsigned char *pers, size_t perslen);
|
H A D | drbg.c | 350 const unsigned char *pers, size_t perslen) in ossl_prov_drbg_instantiate() argument 364 if (pers == NULL) { in ossl_prov_drbg_instantiate() 365 pers = (const unsigned char *)ossl_pers_string; in ossl_prov_drbg_instantiate() 448 pers, perslen)) { in ossl_prov_drbg_instantiate() 789 const unsigned char *pers, size_t perslen), in ossl_rand_drbg_new() argument
|
H A D | drbg_ctr.c | 310 const unsigned char *pers, size_t perslen) in drbg_ctr_instantiate() argument 323 if (!ctr_update(drbg, entropy, entropylen, pers, perslen, nonce, noncelen)) in drbg_ctr_instantiate()
|
/openssl/test/ |
H A D | evp_test.c | 3274 unsigned char *pers; member 3356 OPENSSL_free(rdata->data[i].pers); in rand_test_cleanup() 3391 return parse_bin(value, &item->pers, &item->pers_len); in rand_test_parse() 3488 z = item->pers != NULL ? item->pers : (unsigned char *)""; in rand_test_run()
|
Completed in 23 milliseconds