Searched refs:min_noncelen (Results 1 - 14 of 14) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
H A D | drbg.c | 330 n = drbg->parent_nonce(drbg->parent, NULL, 0, drbg->min_noncelen, in prov_drbg_get_nonce() 334 drbg->min_noncelen, drbg->max_noncelen); in prov_drbg_get_nonce() 396 if (drbg->min_noncelen > 0) { in ossl_prov_drbg_instantiate() 399 drbg->min_noncelen, in ossl_prov_drbg_instantiate() 412 drbg->min_noncelen, in ossl_prov_drbg_instantiate() 428 min_entropylen += drbg->min_noncelen; in ossl_prov_drbg_instantiate() 433 noncelen = prov_drbg_get_nonce(drbg, &nonce, drbg->min_noncelen, in ossl_prov_drbg_instantiate() 435 if (noncelen < drbg->min_noncelen in ossl_prov_drbg_instantiate() 885 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->min_noncelen)) in ossl_drbg_get_ctx_params()
|
H A D | drbg_ctr.c | 503 drbg->min_noncelen = 0; in drbg_ctr_init_lengths() 510 drbg->min_noncelen = drbg->min_entropylen / 2; in drbg_ctr_init_lengths() 518 drbg->min_noncelen = 0; in drbg_ctr_init_lengths()
|
H A D | drbg_local.h | 132 size_t min_noncelen, max_noncelen; member
|
H A D | test_rng.c | 127 ossl_unused size_t min_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 | 488 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hash_set_ctx_params()
|
H A D | drbg_hmac.c | 390 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hmac_set_ctx_params()
|
/third_party/openssl/providers/implementations/rands/ |
H A D | drbg.c | 330 n = drbg->parent_nonce(drbg->parent, NULL, 0, drbg->min_noncelen, in prov_drbg_get_nonce() 334 drbg->min_noncelen, drbg->max_noncelen); in prov_drbg_get_nonce() 396 if (drbg->min_noncelen > 0) { in ossl_prov_drbg_instantiate() 399 drbg->min_noncelen, in ossl_prov_drbg_instantiate() 412 drbg->min_noncelen, in ossl_prov_drbg_instantiate() 428 min_entropylen += drbg->min_noncelen; in ossl_prov_drbg_instantiate() 433 noncelen = prov_drbg_get_nonce(drbg, &nonce, drbg->min_noncelen, in ossl_prov_drbg_instantiate() 435 if (noncelen < drbg->min_noncelen in ossl_prov_drbg_instantiate() 885 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->min_noncelen)) in ossl_drbg_get_ctx_params()
|
H A D | drbg_ctr.c | 503 drbg->min_noncelen = 0; in drbg_ctr_init_lengths() 510 drbg->min_noncelen = drbg->min_entropylen / 2; in drbg_ctr_init_lengths() 518 drbg->min_noncelen = 0; in drbg_ctr_init_lengths()
|
H A D | drbg_local.h | 132 size_t min_noncelen, max_noncelen; member
|
H A D | test_rng.c | 127 ossl_unused size_t min_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 | 488 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hash_set_ctx_params()
|
H A D | drbg_hmac.c | 390 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hmac_set_ctx_params()
|
/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 15 milliseconds