Searched refs:min_entropylen (Results 1 – 11 of 11) sorted by relevance
367 size_t min_entropy, min_entropylen, max_entropylen; in ossl_prov_drbg_instantiate() local374 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()
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()
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()
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()
131 size_t min_entropylen, max_entropylen; member
33 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
35 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
217 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
295 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>