Home
last modified time | relevance | path

Searched refs:min_noncelen (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/crypto/openssl/providers/implementations/rands/
HDdrbg.c335 n = drbg->parent_nonce(drbg->parent, NULL, 0, drbg->min_noncelen, in prov_drbg_get_nonce()
339 drbg->min_noncelen, drbg->max_noncelen); in prov_drbg_get_nonce()
401 if (drbg->min_noncelen > 0) { in ossl_prov_drbg_instantiate()
404 drbg->min_noncelen, in ossl_prov_drbg_instantiate()
417 drbg->min_noncelen, in ossl_prov_drbg_instantiate()
433 min_entropylen += drbg->min_noncelen; in ossl_prov_drbg_instantiate()
438 noncelen = prov_drbg_get_nonce(drbg, &nonce, drbg->min_noncelen, in ossl_prov_drbg_instantiate()
440 if (noncelen < drbg->min_noncelen in ossl_prov_drbg_instantiate()
891 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->min_noncelen)) in ossl_drbg_get_ctx_params()
HDdrbg_ctr.c503 drbg->min_noncelen = 0; in drbg_ctr_init_lengths()
510 drbg->min_noncelen = drbg->min_entropylen / 2; in drbg_ctr_init_lengths()
518 drbg->min_noncelen = 0; in drbg_ctr_init_lengths()
HDdrbg_local.h132 size_t min_noncelen, max_noncelen; member
HDtest_rng.c127 ossl_unused size_t min_noncelen, in test_rng_nonce() argument
HDdrbg_hmac.c391 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hmac_set_ctx_params()
HDdrbg_hash.c489 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hash_set_ctx_params()
/freebsd-14-stable/crypto/openssl/doc/man7/
HDEVP_RAND-HMAC-DRBG.pod37 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
HDEVP_RAND-HASH-DRBG.pod37 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
HDEVP_RAND-CTR-DRBG.pod37 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
HDprovider-rand.pod41 int strength, size_t min_noncelen,
118 length from I<min_noncelen> to I<max_noncelen>. If the output buffer I<out> is
224 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
HDEVP_RAND-TEST-RAND.pod39 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
/freebsd-14-stable/crypto/openssl/include/openssl/
HDcore_dispatch.h477 size_t min_noncelen, size_t max_noncelen))
/freebsd-14-stable/crypto/openssl/doc/man3/
HDEVP_RAND.pod299 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>