Home
last modified time | relevance | path

Searched refs:lower_bound_checks (Results 1 – 2 of 2) sorted by relevance

/openssl/providers/implementations/kdfs/
H A Dpbkdf2.c58 int lower_bound_checks; member
65 size_t keylen, int lower_bound_checks);
140 dest->lower_bound_checks = src->lower_bound_checks; in kdf_pbkdf2_dup()
161 ctx->lower_bound_checks = ossl_kdf_pbkdf2_default_checks; in kdf_pbkdf2_init()
250 md, key, keylen, ctx->lower_bound_checks); in kdf_pbkdf2_derive()
278 ctx->lower_bound_checks = pkcs5 == 0; in kdf_pbkdf2_set_ctx_params()
282 ctx->lower_bound_checks); in kdf_pbkdf2_set_ctx_params()
291 if (ctx->lower_bound_checks != 0 in kdf_pbkdf2_set_ctx_params()
303 min_iter = ctx->lower_bound_checks != 0 ? KDF_PBKDF2_MIN_ITERATIONS : 1; in kdf_pbkdf2_set_ctx_params()
380 size_t keylen, int lower_bound_checks) in pbkdf2_derive() argument
[all …]
/openssl/doc/designs/
H A Dfips_indicator.md327 - PBKDF2 'lower_bound_checks' needs to be part of the indicator check

Completed in 10 milliseconds