Searched refs:min_entropylen (Results 1 – 16 of 16) sorted by relevance
/third_party/openssl/providers/implementations/rands/ |
D | drbg.c | 367 size_t min_entropy, min_entropylen, max_entropylen; in ossl_prov_drbg_instantiate() local 374 min_entropylen = drbg->min_entropylen; in ossl_prov_drbg_instantiate() 428 min_entropylen += drbg->min_noncelen; in ossl_prov_drbg_instantiate() 452 min_entropylen, max_entropylen, in ossl_prov_drbg_instantiate() 454 if (entropylen < min_entropylen in ossl_prov_drbg_instantiate() 526 if (ent_len < drbg->min_entropylen) { in ossl_prov_drbg_reseed() 580 drbg->min_entropylen, drbg->max_entropylen, in ossl_prov_drbg_reseed() 582 if (entropylen < drbg->min_entropylen in ossl_prov_drbg_reseed() 877 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->min_entropylen)) in ossl_drbg_get_ctx_params()
|
D | drbg_ctr.c | 501 drbg->min_entropylen = 0; in drbg_ctr_init_lengths() 509 drbg->min_entropylen = ctr->keylen; in drbg_ctr_init_lengths() 510 drbg->min_noncelen = drbg->min_entropylen / 2; in drbg_ctr_init_lengths() 515 drbg->min_entropylen = len; in drbg_ctr_init_lengths()
|
D | drbg_hmac.c | 389 ctx->min_entropylen = ctx->strength / 8; in drbg_hmac_set_ctx_params() 390 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hmac_set_ctx_params()
|
D | drbg_hash.c | 487 ctx->min_entropylen = ctx->strength / 8; in drbg_hash_set_ctx_params() 488 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hash_set_ctx_params()
|
D | drbg_local.h | 131 size_t min_entropylen, max_entropylen; member
|
/third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
D | drbg.c | 367 size_t min_entropy, min_entropylen, max_entropylen; in ossl_prov_drbg_instantiate() local 374 min_entropylen = drbg->min_entropylen; in ossl_prov_drbg_instantiate() 428 min_entropylen += drbg->min_noncelen; in ossl_prov_drbg_instantiate() 452 min_entropylen, max_entropylen, in ossl_prov_drbg_instantiate() 454 if (entropylen < min_entropylen in ossl_prov_drbg_instantiate() 526 if (ent_len < drbg->min_entropylen) { in ossl_prov_drbg_reseed() 580 drbg->min_entropylen, drbg->max_entropylen, in ossl_prov_drbg_reseed() 582 if (entropylen < drbg->min_entropylen in ossl_prov_drbg_reseed() 877 if (p != NULL && !OSSL_PARAM_set_size_t(p, drbg->min_entropylen)) in ossl_drbg_get_ctx_params()
|
D | drbg_ctr.c | 501 drbg->min_entropylen = 0; in drbg_ctr_init_lengths() 509 drbg->min_entropylen = ctr->keylen; in drbg_ctr_init_lengths() 510 drbg->min_noncelen = drbg->min_entropylen / 2; in drbg_ctr_init_lengths() 515 drbg->min_entropylen = len; in drbg_ctr_init_lengths()
|
D | drbg_hmac.c | 389 ctx->min_entropylen = ctx->strength / 8; in drbg_hmac_set_ctx_params() 390 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hmac_set_ctx_params()
|
D | drbg_hash.c | 487 ctx->min_entropylen = ctx->strength / 8; in drbg_hash_set_ctx_params() 488 ctx->min_noncelen = ctx->min_entropylen / 2; in drbg_hash_set_ctx_params()
|
D | drbg_local.h | 131 size_t min_entropylen, max_entropylen; member
|
/third_party/openssl/doc/man7/ |
D | EVP_RAND-HASH-DRBG.pod | 33 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
|
D | EVP_RAND-HMAC-DRBG.pod | 33 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
|
D | EVP_RAND-CTR-DRBG.pod | 33 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
|
D | EVP_RAND-TEST-RAND.pod | 35 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
|
D | provider-rand.pod | 217 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
|
/third_party/openssl/doc/man3/ |
D | EVP_RAND.pod | 292 =item "min_entropylen" (B<OSSL_DRBG_PARAM_MIN_ENTROPYLEN>) <unsigned integer>
|