Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/rands/
Ddrbg_local.h81 const unsigned char *pers, size_t perslen);
187 const unsigned char *pers, size_t perslen),
197 const unsigned char *pers, size_t perslen);
Ddrbg.c363 const unsigned char *pers, size_t perslen) in ossl_prov_drbg_instantiate() argument
379 perslen = sizeof(ossl_pers_string); in ossl_prov_drbg_instantiate()
381 if (perslen > drbg->max_perslen) { 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
Ddrbg_ctr.c308 const unsigned char *pers, size_t perslen) in drbg_ctr_instantiate() argument
321 if (!ctr_update(drbg, entropy, entropylen, pers, perslen, nonce, noncelen)) in drbg_ctr_instantiate()
/third_party/openssl/providers/implementations/rands/
Ddrbg_local.h81 const unsigned char *pers, size_t perslen);
187 const unsigned char *pers, size_t perslen),
197 const unsigned char *pers, size_t perslen);
Ddrbg.c363 const unsigned char *pers, size_t perslen) in ossl_prov_drbg_instantiate() argument
379 perslen = sizeof(ossl_pers_string); in ossl_prov_drbg_instantiate()
381 if (perslen > drbg->max_perslen) { 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
Ddrbg_ctr.c308 const unsigned char *pers, size_t perslen) in drbg_ctr_instantiate() argument
321 if (!ctr_update(drbg, entropy, entropylen, pers, perslen, nonce, noncelen)) in drbg_ctr_instantiate()
/third_party/openssl/ohos_lite/include/openssl/
Drand_drbg.h66 const unsigned char *pers, size_t perslen);