Searched refs:min_entropylen (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
H A D | drbg.c | 367 size_t min_entropy, min_entropylen, max_entropylen; in ossl_prov_drbg_instantiate() local 374 min_entropylen = drbg->min_entropylen; in ossl_prov_drbg_instantiate() 428 min_entropylen += drbg->min_noncelen; in ossl_prov_drbg_instantiate() 452 min_entropylen, max_entropylen, in ossl_prov_drbg_instantiate() 454 if (entropylen < min_entropylen in ossl_prov_drbg_instantiate() 526 if (ent_len < drbg->min_entropylen) { in ossl_prov_drbg_reseed() 580 drbg->min_entropylen, drbg->max_entropylen, in ossl_prov_drbg_reseed() 582 if (entropylen < drbg->min_entropylen in ossl_prov_drbg_reseed() 877 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->min_entropylen)) in ossl_drbg_get_ctx_params() [all...] |
H A D | drbg_ctr.c | 501 drbg->min_entropylen = 0; in drbg_ctr_init_lengths() 509 drbg->min_entropylen = ctr->keylen; in drbg_ctr_init_lengths() 510 drbg->min_noncelen = drbg->min_entropylen / 2; in drbg_ctr_init_lengths() 515 drbg->min_entropylen = len; in drbg_ctr_init_lengths()
|
H A D | drbg_local.h | 131 size_t min_entropylen, max_entropylen; member
|
H A D | drbg_hash.c | 487 ctx->min_entropylen = ctx->strength / 8; in drbg_hash_set_ctx_params() 488 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hash_set_ctx_params()
|
H A D | drbg_hmac.c | 389 ctx->min_entropylen = ctx->strength / 8; in drbg_hmac_set_ctx_params() 390 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hmac_set_ctx_params()
|
/third_party/openssl/providers/implementations/rands/ |
H A D | drbg.c | 367 size_t min_entropy, min_entropylen, max_entropylen; in ossl_prov_drbg_instantiate() local 374 min_entropylen = drbg->min_entropylen; in ossl_prov_drbg_instantiate() 428 min_entropylen += drbg->min_noncelen; in ossl_prov_drbg_instantiate() 452 min_entropylen, max_entropylen, in ossl_prov_drbg_instantiate() 454 if (entropylen < min_entropylen in ossl_prov_drbg_instantiate() 526 if (ent_len < drbg->min_entropylen) { in ossl_prov_drbg_reseed() 580 drbg->min_entropylen, drbg->max_entropylen, in ossl_prov_drbg_reseed() 582 if (entropylen < drbg->min_entropylen in ossl_prov_drbg_reseed() 877 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->min_entropylen)) in ossl_drbg_get_ctx_params() [all...] |
H A D | drbg_ctr.c | 501 drbg->min_entropylen = 0; in drbg_ctr_init_lengths() 509 drbg->min_entropylen = ctr->keylen; in drbg_ctr_init_lengths() 510 drbg->min_noncelen = drbg->min_entropylen / 2; in drbg_ctr_init_lengths() 515 drbg->min_entropylen = len; in drbg_ctr_init_lengths()
|
H A D | drbg_local.h | 131 size_t min_entropylen, max_entropylen; member
|
H A D | drbg_hash.c | 487 ctx->min_entropylen = ctx->strength / 8; in drbg_hash_set_ctx_params() 488 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hash_set_ctx_params()
|
H A D | drbg_hmac.c | 389 ctx->min_entropylen = ctx->strength / 8; in drbg_hmac_set_ctx_params() 390 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hmac_set_ctx_params()
|
Completed in 10 milliseconds