Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg.c330 n = drbg->parent_nonce(drbg->parent, NULL, 0, drbg->min_noncelen, in prov_drbg_get_nonce()
334 drbg->min_noncelen, drbg->max_noncelen); in prov_drbg_get_nonce()
396 if (drbg->min_noncelen > 0) { in ossl_prov_drbg_instantiate()
399 drbg->min_noncelen, in ossl_prov_drbg_instantiate()
412 drbg->min_noncelen, in ossl_prov_drbg_instantiate()
428 min_entropylen += drbg->min_noncelen; in ossl_prov_drbg_instantiate()
433 noncelen = prov_drbg_get_nonce(drbg, &nonce, drbg->min_noncelen, in ossl_prov_drbg_instantiate()
435 if (noncelen < drbg->min_noncelen in ossl_prov_drbg_instantiate()
885 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->min_noncelen)) in ossl_drbg_get_ctx_params()
H A Ddrbg_ctr.c503 drbg->min_noncelen = 0; in drbg_ctr_init_lengths()
510 drbg->min_noncelen = drbg->min_entropylen / 2; in drbg_ctr_init_lengths()
518 drbg->min_noncelen = 0; in drbg_ctr_init_lengths()
H A Ddrbg_local.h132 size_t min_noncelen, max_noncelen; member
H A Dtest_rng.c127 ossl_unused size_t min_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.c488 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hash_set_ctx_params()
H A Ddrbg_hmac.c390 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hmac_set_ctx_params()
/third_party/openssl/providers/implementations/rands/
H A Ddrbg.c330 n = drbg->parent_nonce(drbg->parent, NULL, 0, drbg->min_noncelen, in prov_drbg_get_nonce()
334 drbg->min_noncelen, drbg->max_noncelen); in prov_drbg_get_nonce()
396 if (drbg->min_noncelen > 0) { in ossl_prov_drbg_instantiate()
399 drbg->min_noncelen, in ossl_prov_drbg_instantiate()
412 drbg->min_noncelen, in ossl_prov_drbg_instantiate()
428 min_entropylen += drbg->min_noncelen; in ossl_prov_drbg_instantiate()
433 noncelen = prov_drbg_get_nonce(drbg, &nonce, drbg->min_noncelen, in ossl_prov_drbg_instantiate()
435 if (noncelen < drbg->min_noncelen in ossl_prov_drbg_instantiate()
885 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->min_noncelen)) in ossl_drbg_get_ctx_params()
H A Ddrbg_ctr.c503 drbg->min_noncelen = 0; in drbg_ctr_init_lengths()
510 drbg->min_noncelen = drbg->min_entropylen / 2; in drbg_ctr_init_lengths()
518 drbg->min_noncelen = 0; in drbg_ctr_init_lengths()
H A Ddrbg_local.h132 size_t min_noncelen, max_noncelen; member
H A Dtest_rng.c127 ossl_unused size_t min_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.c488 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hash_set_ctx_params()
H A Ddrbg_hmac.c390 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hmac_set_ctx_params()
/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 15 milliseconds