Lines Matching refs:lower_bound_checks
58 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
406 if (lower_bound_checks) { in pbkdf2_derive()