Searched refs:min_noncelen (Results 1 – 13 of 13) sorted by relevance
/openssl/providers/implementations/rands/ |
H A D | drbg.c | 316 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 D | test_rng.c | 160 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 D | drbg_local.h | 126 size_t min_noncelen, max_noncelen; member
|
H A D | drbg_ctr.c | 534 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 D | drbg_hmac.c | 445 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hmac_set_ctx_params_locked()
|
H A D | drbg_hash.c | 542 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hash_set_ctx_params_locked()
|
/openssl/doc/man7/ |
H A D | EVP_RAND-CTR-DRBG.pod | 37 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
|
H A D | EVP_RAND-HASH-DRBG.pod | 37 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
|
H A D | EVP_RAND-HMAC-DRBG.pod | 37 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
|
H A D | EVP_RAND-TEST-RAND.pod | 41 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
|
H A D | provider-rand.pod | 41 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 D | core_dispatch.h | 504 size_t min_noncelen, size_t max_noncelen))
|
/openssl/doc/man3/ |
H A D | EVP_RAND.pod | 306 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
|
Completed in 30 milliseconds