Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/
H A Ddrbg.c316 n = drbg->parent_nonce(drbg->parent, NULL, 0, drbg->min_noncelen, in prov_drbg_get_nonce()
320 drbg->min_noncelen, drbg->max_noncelen); in prov_drbg_get_nonce()
383 if (drbg->min_noncelen > 0) { in ossl_prov_drbg_instantiate()
386 drbg->min_noncelen, in ossl_prov_drbg_instantiate()
399 drbg->min_noncelen, in ossl_prov_drbg_instantiate()
415 min_entropylen += drbg->min_noncelen; in ossl_prov_drbg_instantiate()
420 noncelen = prov_drbg_get_nonce(drbg, &nonce, drbg->min_noncelen, in ossl_prov_drbg_instantiate()
422 if (noncelen < drbg->min_noncelen in ossl_prov_drbg_instantiate()
901 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->min_noncelen)) in ossl_drbg_get_ctx_params()
H A Dtest_rng.c160 unsigned int strength, size_t min_noncelen, in test_rng_nonce() argument
170 for (i = 0; i < min_noncelen; i++) in test_rng_nonce()
172 return min_noncelen; in test_rng_nonce()
H A Ddrbg_local.h126 size_t min_noncelen, max_noncelen; member
H A Ddrbg_ctr.c534 drbg->min_noncelen = 0; in drbg_ctr_init_lengths()
541 drbg->min_noncelen = drbg->min_entropylen / 2; in drbg_ctr_init_lengths()
549 drbg->min_noncelen = 0; in drbg_ctr_init_lengths()
H A Ddrbg_hmac.c445 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hmac_set_ctx_params_locked()
H A Ddrbg_hash.c542 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hash_set_ctx_params_locked()
/openssl/doc/man7/
H A DEVP_RAND-CTR-DRBG.pod37 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
H A DEVP_RAND-HASH-DRBG.pod37 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
H A DEVP_RAND-HMAC-DRBG.pod37 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
H A DEVP_RAND-TEST-RAND.pod41 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
H A Dprovider-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
230 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
/openssl/include/openssl/
H A Dcore_dispatch.h502 size_t min_noncelen, size_t max_noncelen))
/openssl/doc/man3/
H A DEVP_RAND.pod306 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>

Completed in 37 milliseconds