Home
last modified time | relevance | path

Searched refs:perslen (Results 1 – 3 of 3) sorted by relevance

/openssl/providers/implementations/rands/
H A Ddrbg_local.h77 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 Ddrbg.c350 const unsigned char *pers, size_t perslen) in ossl_prov_drbg_instantiate() argument
366 perslen = sizeof(ossl_pers_string); in ossl_prov_drbg_instantiate()
368 if (perslen > drbg->max_perslen) { 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 Ddrbg_ctr.c310 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()

Completed in 23 milliseconds