Searched refs:max_noncelen (Results 1 - 14 of 14) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
H A D | drbg.c | 331 drbg->max_noncelen); in prov_drbg_get_nonce() 334 drbg->min_noncelen, drbg->max_noncelen); in prov_drbg_get_nonce() 400 drbg->max_noncelen); in ossl_prov_drbg_instantiate() 413 drbg->max_noncelen)) { in ossl_prov_drbg_instantiate() 429 max_entropylen += drbg->max_noncelen; in ossl_prov_drbg_instantiate() 434 drbg->max_noncelen); in ossl_prov_drbg_instantiate() 436 || noncelen > drbg->max_noncelen) { in ossl_prov_drbg_instantiate() 817 drbg->max_noncelen = DRBG_MAX_LENGTH; in ossl_rand_drbg_new() 889 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->max_noncelen)) in ossl_drbg_get_ctx_params()
|
H A D | drbg_local.h | 132 size_t min_noncelen, max_noncelen; member
|
H A D | drbg_ctr.c | 504 drbg->max_noncelen = DRBG_MAX_LENGTH; in drbg_ctr_init_lengths() 519 drbg->max_noncelen = 0; in drbg_ctr_init_lengths()
|
H A D | test_rng.c | 128 ossl_unused size_t max_noncelen) in test_rng_nonce() 125 test_rng_nonce(void *vtest, unsigned char *out, unsigned int strength, ossl_unused size_t min_noncelen, ossl_unused size_t max_noncelen) test_rng_nonce() argument
|
H A D | drbg_hash.c | 401 ctx->max_noncelen = DRBG_MAX_LENGTH; in drbg_hash_new()
|
H A D | drbg_hmac.c | 287 drbg->max_noncelen = DRBG_MAX_LENGTH; in drbg_hmac_new()
|
/third_party/openssl/providers/implementations/rands/ |
H A D | drbg.c | 331 drbg->max_noncelen); in prov_drbg_get_nonce() 334 drbg->min_noncelen, drbg->max_noncelen); in prov_drbg_get_nonce() 400 drbg->max_noncelen); in ossl_prov_drbg_instantiate() 413 drbg->max_noncelen)) { in ossl_prov_drbg_instantiate() 429 max_entropylen += drbg->max_noncelen; in ossl_prov_drbg_instantiate() 434 drbg->max_noncelen); in ossl_prov_drbg_instantiate() 436 || noncelen > drbg->max_noncelen) { in ossl_prov_drbg_instantiate() 817 drbg->max_noncelen = DRBG_MAX_LENGTH; in ossl_rand_drbg_new() 889 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->max_noncelen)) in ossl_drbg_get_ctx_params()
|
H A D | drbg_local.h | 132 size_t min_noncelen, max_noncelen; member
|
H A D | drbg_ctr.c | 504 drbg->max_noncelen = DRBG_MAX_LENGTH; in drbg_ctr_init_lengths() 519 drbg->max_noncelen = 0; in drbg_ctr_init_lengths()
|
H A D | test_rng.c | 128 ossl_unused size_t max_noncelen) in test_rng_nonce() 125 test_rng_nonce(void *vtest, unsigned char *out, unsigned int strength, ossl_unused size_t min_noncelen, ossl_unused size_t max_noncelen) test_rng_nonce() argument
|
H A D | drbg_hash.c | 401 ctx->max_noncelen = DRBG_MAX_LENGTH; in drbg_hash_new()
|
H A D | drbg_hmac.c | 287 drbg->max_noncelen = DRBG_MAX_LENGTH; in drbg_hmac_new()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | core_dispatch.h | 477 size_t min_noncelen, size_t max_noncelen))
|
/third_party/openssl/include/openssl/ |
H A D | core_dispatch.h | 477 size_t min_noncelen, size_t max_noncelen))
|
Completed in 20 milliseconds