Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/
H A Ddrbg.c317 drbg->max_noncelen); in prov_drbg_get_nonce()
320 drbg->min_noncelen, drbg->max_noncelen); in prov_drbg_get_nonce()
387 drbg->max_noncelen); in ossl_prov_drbg_instantiate()
400 drbg->max_noncelen)) { in ossl_prov_drbg_instantiate()
416 max_entropylen += drbg->max_noncelen; in ossl_prov_drbg_instantiate()
421 drbg->max_noncelen); in ossl_prov_drbg_instantiate()
423 || noncelen > drbg->max_noncelen) { in ossl_prov_drbg_instantiate()
833 drbg->max_noncelen = DRBG_MAX_LENGTH; in ossl_rand_drbg_new()
905 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->max_noncelen)) in ossl_drbg_get_ctx_params()
H A Ddrbg_local.h126 size_t min_noncelen, max_noncelen; member
H A Dtest_rng.c161 ossl_unused size_t max_noncelen) in test_rng_nonce() argument
H A Ddrbg_ctr.c535 drbg->max_noncelen = DRBG_MAX_LENGTH; in drbg_ctr_init_lengths()
550 drbg->max_noncelen = 0; in drbg_ctr_init_lengths()
H A Ddrbg_hmac.c324 drbg->max_noncelen = DRBG_MAX_LENGTH; in drbg_hmac_new()
H A Ddrbg_hash.c432 ctx->max_noncelen = DRBG_MAX_LENGTH; in drbg_hash_new()
/openssl/doc/man7/
H A DEVP_RAND-CTR-DRBG.pod39 =item "max_noncelen" (B<OSSL_DRBG_PARAM_MAX_NONCELEN>) <unsigned integer>
H A DEVP_RAND-HASH-DRBG.pod39 =item "max_noncelen" (B<OSSL_DRBG_PARAM_MAX_NONCELEN>) <unsigned integer>
H A DEVP_RAND-HMAC-DRBG.pod39 =item "max_noncelen" (B<OSSL_DRBG_PARAM_MAX_NONCELEN>) <unsigned integer>
H A DEVP_RAND-TEST-RAND.pod43 =item "max_noncelen" (B<OSSL_DRBG_PARAM_MAX_NONCELEN>) <unsigned integer>
H A Dprovider-rand.pod42 size_t max_noncelen);
118 length from I<min_noncelen> to I<max_noncelen>. If the output buffer I<out> is
232 =item "max_noncelen" (B<OSSL_DRBG_PARAM_MAX_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.pod308 =item "max_noncelen" (B<OSSL_DRBG_PARAM_MAX_NONCELEN>) <unsigned integer>

Completed in 26 milliseconds