Searched refs:min_noncelen (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14-stable/crypto/openssl/providers/implementations/rands/ |
| HD | drbg.c | 335 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()
|
| HD | drbg_ctr.c | 503 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()
|
| HD | drbg_local.h | 132 size_t min_noncelen, max_noncelen; member
|
| HD | test_rng.c | 127 ossl_unused size_t min_noncelen, in test_rng_nonce() argument
|
| HD | drbg_hmac.c | 391 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hmac_set_ctx_params()
|
| HD | drbg_hash.c | 489 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hash_set_ctx_params()
|
| /freebsd-14-stable/crypto/openssl/doc/man7/ |
| HD | EVP_RAND-HMAC-DRBG.pod | 37 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
|
| HD | EVP_RAND-HASH-DRBG.pod | 37 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
|
| HD | EVP_RAND-CTR-DRBG.pod | 37 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
|
| HD | 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 224 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
|
| HD | EVP_RAND-TEST-RAND.pod | 39 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
|
| /freebsd-14-stable/crypto/openssl/include/openssl/ |
| HD | core_dispatch.h | 477 size_t min_noncelen, size_t max_noncelen))
|
| /freebsd-14-stable/crypto/openssl/doc/man3/ |
| HD | EVP_RAND.pod | 299 =item "min_noncelen" (B<OSSL_DRBG_PARAM_MIN_NONCELEN>) <unsigned integer>
|