Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/
H A Ddrbg.c354 size_t min_entropy, min_entropylen, max_entropylen; in ossl_prov_drbg_instantiate() local
361 min_entropylen = drbg->min_entropylen; in ossl_prov_drbg_instantiate()
415 min_entropylen += drbg->min_noncelen; in ossl_prov_drbg_instantiate()
439 min_entropylen, max_entropylen, in ossl_prov_drbg_instantiate()
441 if (entropylen < min_entropylen in ossl_prov_drbg_instantiate()
509 if (ent_len < drbg->min_entropylen) { in ossl_prov_drbg_reseed_unlocked()
563 drbg->min_entropylen, drbg->max_entropylen, in ossl_prov_drbg_reseed_unlocked()
565 if (entropylen < drbg->min_entropylen in ossl_prov_drbg_reseed_unlocked()
893 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->min_entropylen)) in ossl_drbg_get_ctx_params()
H A Ddrbg_ctr.c532 drbg->min_entropylen = 0; in drbg_ctr_init_lengths()
540 drbg->min_entropylen = ctr->keylen; in drbg_ctr_init_lengths()
541 drbg->min_noncelen = drbg->min_entropylen / 2; in drbg_ctr_init_lengths()
546 drbg->min_entropylen = len; in drbg_ctr_init_lengths()
H A Ddrbg_local.h125 size_t min_entropylen, max_entropylen; member
H A Ddrbg_hmac.c444 ctx->min_entropylen = ctx->strength / 8; in drbg_hmac_set_ctx_params_locked()
445 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hmac_set_ctx_params_locked()
H A Ddrbg_hash.c541 ctx->min_entropylen = ctx->strength / 8; in drbg_hash_set_ctx_params_locked()
542 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hash_set_ctx_params_locked()
/openssl/doc/man7/
H A DEVP_RAND-CTR-DRBG.pod33 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
H A DEVP_RAND-HASH-DRBG.pod33 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
H A DEVP_RAND-HMAC-DRBG.pod33 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
H A DEVP_RAND-TEST-RAND.pod37 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
H A Dprovider-rand.pod223 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
/openssl/doc/man3/
H A DEVP_RAND.pod299 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>

Completed in 23 milliseconds