HomeSort by: relevance | last modified time | path
    Searched defs:lower_bound_checks (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/
pbkdf2.c 58 int lower_bound_checks; member in struct:__anon554
65 size_t keylen, int lower_bound_checks);
140 dest->lower_bound_checks = src->lower_bound_checks;
161 ctx->lower_bound_checks = ossl_kdf_pbkdf2_default_checks;
250 md, key, keylen, ctx->lower_bound_checks);
278 ctx->lower_bound_checks = pkcs5 == 0;
282 ctx->lower_bound_checks);
291 if (ctx->lower_bound_checks != 0
303 min_iter = ctx->lower_bound_checks != 0 ? KDF_PBKDF2_MIN_ITERATIONS : 1
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/
pbkdf2.c 61 int lower_bound_checks; member in struct:__anon1602
122 ctx->lower_bound_checks = ossl_kdf_pbkdf2_default_checks;
166 md, key, keylen, ctx->lower_bound_checks);
186 ctx->lower_bound_checks = pkcs5 == 0;
194 if (ctx->lower_bound_checks != 0
206 min_iter = ctx->lower_bound_checks != 0 ? KDF_PBKDF2_MIN_ITERATIONS : 1;
277 size_t keylen, int lower_bound_checks)
299 if (lower_bound_checks) {

Completed in 18 milliseconds