Searched refs:max_noncelen (Results 1 – 13 of 13) sorted by relevance
317 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()
126 size_t min_noncelen, max_noncelen; member
161 ossl_unused size_t max_noncelen) in test_rng_nonce() argument
535 drbg->max_noncelen = DRBG_MAX_LENGTH; in drbg_ctr_init_lengths()550 drbg->max_noncelen = 0; in drbg_ctr_init_lengths()
324 drbg->max_noncelen = DRBG_MAX_LENGTH; in drbg_hmac_new()
432 ctx->max_noncelen = DRBG_MAX_LENGTH; in drbg_hash_new()
39 =item "max_noncelen" (B<OSSL_DRBG_PARAM_MAX_NONCELEN>) <unsigned integer>
43 =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> is232 =item "max_noncelen" (B<OSSL_DRBG_PARAM_MAX_NONCELEN>) <unsigned integer>
502 size_t min_noncelen, size_t max_noncelen))
308 =item "max_noncelen" (B<OSSL_DRBG_PARAM_MAX_NONCELEN>) <unsigned integer>
Completed in 32 milliseconds