Searched refs:min_entropylen (Results 1 – 11 of 11) sorted by relevance
354 size_t min_entropy, min_entropylen, max_entropylen; in ossl_prov_drbg_instantiate() local361 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()
532 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()
125 size_t min_entropylen, max_entropylen; member
444 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()
541 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()
33 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
37 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
223 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
299 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
Completed in 22 milliseconds