Home
last modified time | relevance | path

Searched refs:max_noncelen (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg.c331 drbg->max_noncelen); in prov_drbg_get_nonce()
334 drbg->min_noncelen, drbg->max_noncelen); in prov_drbg_get_nonce()
400 drbg->max_noncelen); in ossl_prov_drbg_instantiate()
413 drbg->max_noncelen)) { in ossl_prov_drbg_instantiate()
429 max_entropylen += drbg->max_noncelen; in ossl_prov_drbg_instantiate()
434 drbg->max_noncelen); in ossl_prov_drbg_instantiate()
436 || noncelen > drbg->max_noncelen) { in ossl_prov_drbg_instantiate()
817 drbg->max_noncelen = DRBG_MAX_LENGTH; in ossl_rand_drbg_new()
889 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->max_noncelen)) in ossl_drbg_get_ctx_params()
H A Ddrbg_local.h132 size_t min_noncelen, max_noncelen; member
H A Ddrbg_ctr.c504 drbg->max_noncelen = DRBG_MAX_LENGTH; in drbg_ctr_init_lengths()
519 drbg->max_noncelen = 0; in drbg_ctr_init_lengths()
H A Dtest_rng.c128 ossl_unused size_t max_noncelen) in test_rng_nonce()
125 test_rng_nonce(void *vtest, unsigned char *out, unsigned int strength, ossl_unused size_t min_noncelen, ossl_unused size_t max_noncelen) test_rng_nonce() argument
H A Ddrbg_hash.c401 ctx->max_noncelen = DRBG_MAX_LENGTH; in drbg_hash_new()
H A Ddrbg_hmac.c287 drbg->max_noncelen = DRBG_MAX_LENGTH; in drbg_hmac_new()
/third_party/openssl/providers/implementations/rands/
H A Ddrbg.c331 drbg->max_noncelen); in prov_drbg_get_nonce()
334 drbg->min_noncelen, drbg->max_noncelen); in prov_drbg_get_nonce()
400 drbg->max_noncelen); in ossl_prov_drbg_instantiate()
413 drbg->max_noncelen)) { in ossl_prov_drbg_instantiate()
429 max_entropylen += drbg->max_noncelen; in ossl_prov_drbg_instantiate()
434 drbg->max_noncelen); in ossl_prov_drbg_instantiate()
436 || noncelen > drbg->max_noncelen) { in ossl_prov_drbg_instantiate()
817 drbg->max_noncelen = DRBG_MAX_LENGTH; in ossl_rand_drbg_new()
889 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->max_noncelen)) in ossl_drbg_get_ctx_params()
H A Ddrbg_local.h132 size_t min_noncelen, max_noncelen; member
H A Ddrbg_ctr.c504 drbg->max_noncelen = DRBG_MAX_LENGTH; in drbg_ctr_init_lengths()
519 drbg->max_noncelen = 0; in drbg_ctr_init_lengths()
H A Dtest_rng.c128 ossl_unused size_t max_noncelen) in test_rng_nonce()
125 test_rng_nonce(void *vtest, unsigned char *out, unsigned int strength, ossl_unused size_t min_noncelen, ossl_unused size_t max_noncelen) test_rng_nonce() argument
H A Ddrbg_hash.c401 ctx->max_noncelen = DRBG_MAX_LENGTH; in drbg_hash_new()
H A Ddrbg_hmac.c287 drbg->max_noncelen = DRBG_MAX_LENGTH; in drbg_hmac_new()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dcore_dispatch.h477 size_t min_noncelen, size_t max_noncelen))
/third_party/openssl/include/openssl/
H A Dcore_dispatch.h477 size_t min_noncelen, size_t max_noncelen))

Completed in 20 milliseconds