Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/kcm/
H A Dconfig.c43 size_t max_request = 0; /* maximal size of a request */ variable
84 "max-request", 0, arg_string, &max_request,
370 max_request = parse_bytes(max_request_str, NULL); in kcm_configure()
372 if(max_request == 0){ in kcm_configure()
379 max_request = parse_bytes(p, NULL); in kcm_configure()
398 if(max_request == 0) in kcm_configure()
399 max_request = 64 * 1024; in kcm_configure()
H A Dkcm_locl.h171 extern size_t max_request;
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Dtest_rng.c44 size_t max_request; member
59 t->max_request = INT_MAX; in test_rng_new()
154 if (p != NULL && !OSSL_PARAM_set_size_t(p, t->max_request)) in test_rng_get_ctx_params()
206 if (p != NULL && !OSSL_PARAM_get_size_t(p, &t->max_request)) in test_rng_set_ctx_params()
H A Ddrbg_local.h130 size_t max_request; member
H A Ddrbg_hmac.c292 drbg->max_request = 1 << 16; in drbg_hmac_new()
H A Ddrbg_hash.c406 ctx->max_request = 1 << 16; in drbg_hash_new()
H A Ddrbg_ctr.c499 drbg->max_request = 1 << 16; in drbg_ctr_init_lengths()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Devp_rand.c546 size_t chunk, max_request = 0; in evp_rand_generate_locked() local
550 &max_request); in evp_rand_generate_locked()
552 || max_request == 0) { in evp_rand_generate_locked()
557 chunk = outlen > max_request ? max_request : outlen; in evp_rand_generate_locked()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_local.h232 size_t max_request; member
H A Ddrbg_lib.c587 if (outlen > drbg->max_request) { in RAND_DRBG_generate()
666 if (chunk > drbg->max_request) in RAND_DRBG_bytes()
667 chunk = drbg->max_request; in RAND_DRBG_bytes()
H A Ddrbg_ctr.c486 drbg->max_request = 1 << 16; in drbg_ctr_init()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A DEVP_RAND-SEED-SRC.pod31 =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-CTR-DRBG.pod27 =item "max_request" (B<OSSL_RAND_PARAM_MAX_REQUEST>) <unsigned integer>
H A DEVP_RAND-TEST-RAND.pod33 =item "max_request" (B<OSSL_DRBG_PARAM_RESEED_REQUESTS>) <unsigned integer>
H A Dprovider-rand.pod212 =item "max_request" (B<OSSL_DRBG_PARAM_RESEED_REQUESTS>) <unsigned integer>
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Ddrbgtest.c369 if (!TEST_false(RAND_DRBG_generate(drbg, buff, drbg->max_request + 1, 0, in error_check()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa.c3029 uint64_t max_request, int rewind_flags) in spa_load_best() argument
3041 spa->spa_load_max_txg = max_request; in spa_load_best()
3042 if (max_request != UINT64_MAX) in spa_load_best()