Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/rands/
A Ddrbg.c331 drbg->max_noncelen); in prov_drbg_get_nonce()
334 drbg->min_noncelen, drbg->max_noncelen); in prov_drbg_get_nonce()
400 drbg->max_noncelen); in ossl_prov_drbg_instantiate()
413 drbg->max_noncelen)) { in ossl_prov_drbg_instantiate()
429 max_entropylen += drbg->max_noncelen; in ossl_prov_drbg_instantiate()
434 drbg->max_noncelen); in ossl_prov_drbg_instantiate()
436 || noncelen > drbg->max_noncelen) { in ossl_prov_drbg_instantiate()
817 drbg->max_noncelen = DRBG_MAX_LENGTH; in ossl_rand_drbg_new()
885 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->max_noncelen)) in ossl_drbg_get_ctx_params()
A Ddrbg_local.h132 size_t min_noncelen, max_noncelen; member
A Dtest_rng.c128 ossl_unused size_t max_noncelen) in test_rng_nonce() argument
A Ddrbg_ctr.c505 drbg->max_noncelen = DRBG_MAX_LENGTH; in drbg_ctr_init_lengths()
520 drbg->max_noncelen = 0; in drbg_ctr_init_lengths()
A Ddrbg_hmac.c287 drbg->max_noncelen = DRBG_MAX_LENGTH; in drbg_hmac_new()
A Ddrbg_hash.c401 ctx->max_noncelen = DRBG_MAX_LENGTH; in drbg_hash_new()
/openssl-master/doc/man7/
A DEVP_RAND-HASH-DRBG.pod39 =item "max_noncelen" (B<OSSL_DRBG_PARAM_MAX_NONCELEN>) <unsigned integer>
A DEVP_RAND-HMAC-DRBG.pod39 =item "max_noncelen" (B<OSSL_DRBG_PARAM_MAX_NONCELEN>) <unsigned integer>
A DEVP_RAND-CTR-DRBG.pod39 =item "max_noncelen" (B<OSSL_DRBG_PARAM_MAX_NONCELEN>) <unsigned integer>
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
226 =item "max_noncelen" (B<OSSL_DRBG_PARAM_MAX_NONCELEN>) <unsigned integer>
A DEVP_RAND-TEST-RAND.pod41 =item "max_noncelen" (B<OSSL_DRBG_PARAM_MAX_NONCELEN>) <unsigned integer>
/openssl-master/include/openssl/
A Dcore_dispatch.h477 size_t min_noncelen, size_t max_noncelen))
/openssl-master/doc/man3/
A DEVP_RAND.pod304 =item "max_noncelen" (B<OSSL_DRBG_PARAM_MAX_NONCELEN>) <unsigned integer>

Completed in 17 milliseconds