Searched refs:max_request (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/kcm/ |
H A D | config.c | 43 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 D | kcm_locl.h | 171 extern size_t max_request;
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/ |
H A D | test_rng.c | 44 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 D | drbg_local.h | 130 size_t max_request; member
|
H A D | drbg_hmac.c | 292 drbg->max_request = 1 << 16; in drbg_hmac_new()
|
H A D | drbg_hash.c | 406 ctx->max_request = 1 << 16; in drbg_hash_new()
|
H A D | drbg_ctr.c | 499 drbg->max_request = 1 << 16; in drbg_ctr_init_lengths()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | evp_rand.c | 546 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 D | rand_local.h | 232 size_t max_request; member
|
H A D | drbg_lib.c | 587 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 D | drbg_ctr.c | 486 drbg->max_request = 1 << 16; in drbg_ctr_init()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | EVP_RAND-SEED-SRC.pod | 31 =item "max_request" (B<OSSL_RAND_PARAM_MAX_REQUEST>) <unsigned integer>
|
H A D | EVP_RAND-HASH-DRBG.pod | 27 =item "max_request" (B<OSSL_RAND_PARAM_MAX_REQUEST>) <unsigned integer>
|
H A D | EVP_RAND-HMAC-DRBG.pod | 27 =item "max_request" (B<OSSL_RAND_PARAM_MAX_REQUEST>) <unsigned integer>
|
H A D | EVP_RAND-CTR-DRBG.pod | 27 =item "max_request" (B<OSSL_RAND_PARAM_MAX_REQUEST>) <unsigned integer>
|
H A D | EVP_RAND-TEST-RAND.pod | 33 =item "max_request" (B<OSSL_DRBG_PARAM_RESEED_REQUESTS>) <unsigned integer>
|
H A D | provider-rand.pod | 212 =item "max_request" (B<OSSL_DRBG_PARAM_RESEED_REQUESTS>) <unsigned integer>
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | drbgtest.c | 369 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 D | spa.c | 3029 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()
|