Home
last modified time | relevance | path

Searched refs:max_request (Results 1 – 16 of 16) sorted by relevance

/openssl/providers/implementations/rands/
H A Dtest_rng.c47 size_t max_request; member
63 t->max_request = INT_MAX; in test_rng_new()
196 if (p != NULL && !OSSL_PARAM_set_size_t(p, t->max_request)) in test_rng_get_ctx_params()
260 if (p != NULL && !OSSL_PARAM_get_size_t(p, &t->max_request)) in test_rng_set_ctx_params()
H A Ddrbg_local.h124 size_t max_request; member
H A Ddrbg.c655 if (outlen > drbg->max_request) { in ossl_prov_drbg_generate()
945 if (!OSSL_PARAM_set_size_t(p, drbg->max_request)) in ossl_drbg_get_ctx_params_no_lock()
H A Ddrbg_hmac.c329 drbg->max_request = 1 << 16; in drbg_hmac_new()
H A Ddrbg_hash.c437 ctx->max_request = 1 << 16; in drbg_hash_new()
H A Ddrbg_ctr.c530 drbg->max_request = 1 << 16; in drbg_ctr_init_lengths()
/openssl/crypto/evp/
H A Devp_rand.c558 size_t chunk, max_request = 0; in evp_rand_generate_locked() local
562 &max_request); in evp_rand_generate_locked()
564 || max_request == 0) { in evp_rand_generate_locked()
569 chunk = outlen > max_request ? max_request : outlen; in evp_rand_generate_locked()
/openssl/doc/man7/
H A DEVP_RAND-SEED-SRC.pod31 =item "max_request" (B<OSSL_RAND_PARAM_MAX_REQUEST>) <unsigned integer>
H A DEVP_RAND-JITTER.pod34 =item "max_request" (B<OSSL_RAND_PARAM_MAX_REQUEST>) <unsigned integer>
H A DEVP_RAND-CRNG-TEST.pod35 =item "max_request" (B<OSSL_RAND_PARAM_MAX_REQUEST>) <unsigned integer>
H A DEVP_RAND-CTR-DRBG.pod27 =item "max_request" (B<OSSL_RAND_PARAM_MAX_REQUEST>) <unsigned integer>
H A DEVP_RAND-HASH-DRBG.pod27 =item "max_request" (B<OSSL_RAND_PARAM_MAX_REQUEST>) <unsigned integer>
H A DEVP_RAND-HMAC-DRBG.pod27 =item "max_request" (B<OSSL_RAND_PARAM_MAX_REQUEST>) <unsigned integer>
H A DEVP_RAND-TEST-RAND.pod35 =item "max_request" (B<OSSL_DRBG_PARAM_RESEED_REQUESTS>) <unsigned integer>
H A Dprovider-rand.pod218 =item "max_request" (B<OSSL_DRBG_PARAM_RESEED_REQUESTS>) <unsigned integer>
/openssl/doc/man3/
H A DEVP_RAND.pod294 =item "max_request" (B<OSSL_RAND_PARAM_MAX_REQUEST>) <unsigned integer>

Completed in 30 milliseconds