Searched refs:max_noncelen (Results 1 – 13 of 13) sorted by relevance
331 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()
132 size_t min_noncelen, max_noncelen; member
128 ossl_unused size_t max_noncelen) in test_rng_nonce() argument
505 drbg->max_noncelen = DRBG_MAX_LENGTH; in drbg_ctr_init_lengths()520 drbg->max_noncelen = 0; in drbg_ctr_init_lengths()
287 drbg->max_noncelen = DRBG_MAX_LENGTH; in drbg_hmac_new()
401 ctx->max_noncelen = DRBG_MAX_LENGTH; in drbg_hash_new()
39 =item "max_noncelen" (B<OSSL_DRBG_PARAM_MAX_NONCELEN>) <unsigned integer>
42 size_t max_noncelen);118 length from I<min_noncelen> to I<max_noncelen>. If the output buffer I<out> is226 =item "max_noncelen" (B<OSSL_DRBG_PARAM_MAX_NONCELEN>) <unsigned integer>
41 =item "max_noncelen" (B<OSSL_DRBG_PARAM_MAX_NONCELEN>) <unsigned integer>
477 size_t min_noncelen, size_t max_noncelen))
304 =item "max_noncelen" (B<OSSL_DRBG_PARAM_MAX_NONCELEN>) <unsigned integer>
Completed in 17 milliseconds