Home
last modified time | relevance | path

Searched refs:min_entropylen (Results 1 – 16 of 16) sorted by relevance

/third_party/openssl/providers/implementations/rands/
Ddrbg.c367 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()
Ddrbg_ctr.c501 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()
Ddrbg_hmac.c389 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()
Ddrbg_hash.c487 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()
Ddrbg_local.h131 size_t min_entropylen, max_entropylen; member
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
Ddrbg.c367 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()
Ddrbg_ctr.c501 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()
Ddrbg_hmac.c389 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()
Ddrbg_hash.c487 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()
Ddrbg_local.h131 size_t min_entropylen, max_entropylen; member
/third_party/openssl/doc/man7/
DEVP_RAND-HASH-DRBG.pod33 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
DEVP_RAND-HMAC-DRBG.pod33 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
DEVP_RAND-CTR-DRBG.pod33 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
DEVP_RAND-TEST-RAND.pod35 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
Dprovider-rand.pod217 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
/third_party/openssl/doc/man3/
DEVP_RAND.pod292 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>