Searched refs:max_request (Results 1 – 17 of 17) sorted by relevance
/freebsd/crypto/heimdal/kcm/ |
H A D | config.c | 41 size_t max_request = 0; /* maximal size of a request */ variable 84 "max-request", 0, arg_string, &max_request, 368 max_request = parse_bytes(max_request_str, NULL); in kcm_configure() 370 if(max_request == 0){ in kcm_configure() 377 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 | 169 extern size_t max_request;
|
/freebsd/crypto/openssl/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.c | 648 if (outlen > drbg->max_request) { in ossl_prov_drbg_generate() 879 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->max_request)) in ossl_drbg_get_ctx_params()
|
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()
|
/freebsd/crypto/openssl/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()
|
/freebsd/crypto/openssl/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>
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_RAND.pod | 287 =item "max_request" (B<OSSL_RAND_PARAM_MAX_REQUEST>) <unsigned integer>
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa.c | 5685 spa_load_best(spa_t *spa, spa_load_state_t state, uint64_t max_request, argument 5698 spa->spa_load_max_txg = max_request; 5699 if (max_request != UINT64_MAX)
|