Searched refs:max_request (Results 1 – 19 of 19) 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 | 47 size_t max_request; member 63 t->max_request = INT_MAX; in test_rng_new() 197 if (p != NULL && !OSSL_PARAM_set_size_t(p, t->max_request)) in test_rng_get_ctx_params() 261 if (p != NULL && !OSSL_PARAM_get_size_t(p, &t->max_request)) in test_rng_set_ctx_params()
|
| H A D | drbg_local.h | 114 size_t max_request; member
|
| H A D | drbg.c | 653 if (outlen > drbg->max_request) { in ossl_prov_drbg_generate() 942 if (!OSSL_PARAM_set_size_t(p, drbg->max_request)) in ossl_drbg_get_ctx_params_no_lock()
|
| H A D | drbg_hmac.c | 331 drbg->max_request = 1 << 16; in drbg_hmac_new()
|
| H A D | drbg_hash.c | 439 ctx->max_request = 1 << 16; in drbg_hash_new()
|
| H A D | drbg_ctr.c | 534 drbg->max_request = 1 << 16; in drbg_ctr_init_lengths()
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | evp_rand.c | 555 size_t chunk, max_request = 0; in evp_rand_generate_locked() local 559 &max_request); in evp_rand_generate_locked() 561 || max_request == 0) { in evp_rand_generate_locked() 566 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-CRNG-TEST.pod | 35 =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-JITTER.pod | 34 =item "max_request" (B<OSSL_RAND_PARAM_MAX_REQUEST>) <unsigned integer>
|
| H A D | EVP_RAND-TEST-RAND.pod | 35 =item "max_request" (B<OSSL_DRBG_PARAM_RESEED_REQUESTS>) <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-HASH-DRBG.pod | 27 =item "max_request" (B<OSSL_RAND_PARAM_MAX_REQUEST>) <unsigned integer>
|
| H A D | provider-rand.pod | 218 =item "max_request" (B<OSSL_DRBG_PARAM_RESEED_REQUESTS>) <unsigned integer>
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | EVP_RAND.pod | 291 =item "max_request" (B<OSSL_RAND_PARAM_MAX_REQUEST>) <unsigned integer>
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 5899 spa_load_best(spa_t *spa, spa_load_state_t state, uint64_t max_request, argument 5912 spa->spa_load_max_txg = max_request; 5913 if (max_request != UINT64_MAX)
|