Home
last modified time | relevance | path

Searched refs:max_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
362 max_entropylen = drbg->max_entropylen; in ossl_prov_drbg_instantiate()
416 max_entropylen += drbg->max_noncelen; in ossl_prov_drbg_instantiate()
439 min_entropylen, max_entropylen, in ossl_prov_drbg_instantiate()
442 || entropylen > max_entropylen) { in ossl_prov_drbg_instantiate()
514 if (ent_len > drbg->max_entropylen) { in ossl_prov_drbg_reseed_unlocked()
563 drbg->min_entropylen, drbg->max_entropylen, in ossl_prov_drbg_reseed_unlocked()
566 || entropylen > drbg->max_entropylen) { in ossl_prov_drbg_reseed_unlocked()
832 drbg->max_entropylen = DRBG_MAX_LENGTH; in ossl_rand_drbg_new()
897 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->max_entropylen)) in ossl_drbg_get_ctx_params()
H A Ddrbg_local.h125 size_t min_entropylen, max_entropylen; member
H A Ddrbg_ctr.c533 drbg->max_entropylen = DRBG_MAX_LENGTH; in drbg_ctr_init_lengths()
547 drbg->max_entropylen = len; in drbg_ctr_init_lengths()
H A Ddrbg_hmac.c323 drbg->max_entropylen = DRBG_MAX_LENGTH; in drbg_hmac_new()
H A Ddrbg_hash.c431 ctx->max_entropylen = DRBG_MAX_LENGTH; in drbg_hash_new()
/openssl/doc/man7/
H A DEVP_RAND-CTR-DRBG.pod35 =item "max_entropylen" (B<OSSL_DRBG_PARAM_MAX_ENTROPYLEN>) <unsigned integer>
H A DEVP_RAND-HASH-DRBG.pod35 =item "max_entropylen" (B<OSSL_DRBG_PARAM_MAX_ENTROPYLEN>) <unsigned integer>
H A DEVP_RAND-HMAC-DRBG.pod35 =item "max_entropylen" (B<OSSL_DRBG_PARAM_MAX_ENTROPYLEN>) <unsigned integer>
H A DEVP_RAND-TEST-RAND.pod39 =item "max_entropylen" (B<OSSL_DRBG_PARAM_MAX_ENTROPYLEN>) <unsigned integer>
H A Dprovider-rand.pod225 =item "max_entropylen" (B<OSSL_DRBG_PARAM_MAX_ENTROPYLEN>) <unsigned integer>
/openssl/doc/man3/
H A DEVP_RAND.pod301 =item "max_entropylen" (B<OSSL_DRBG_PARAM_MAX_ENTROPYLEN>) <unsigned integer>

Completed in 31 milliseconds