Home | History | Annotate | Download | only in kdfs

Lines Matching defs:sha256

40     unsigned char *key, size_t keylen, EVP_MD *sha256,
53 EVP_MD *sha256;
84 EVP_MD_free(ctx->sha256);
108 if (src->sha256 != NULL && !EVP_MD_up_ref(src->sha256))
124 dest->sha256 = src->sha256;
164 EVP_MD_free(ctx->sha256);
165 ctx->sha256 = EVP_MD_fetch(ctx->libctx, "sha256", ctx->propq);
166 if (ctx->sha256 == NULL) {
203 if (ctx->sha256 == NULL && !set_digest(ctx))
208 ctx->maxmem_bytes, key, keylen, ctx->sha256,
447 unsigned char *key, size_t keylen, EVP_MD *sha256,
530 if (ossl_pkcs5_pbkdf2_hmac_ex(pass, passlen, salt, saltlen, 1, sha256,
538 if (ossl_pkcs5_pbkdf2_hmac_ex(pass, passlen, B, (int)Blen, 1, sha256,