Searched refs:crypto_shash_tfm_digest (Results 1 – 3 of 3) sorted by relevance
221 int crypto_shash_tfm_digest(struct crypto_shash *tfm, const u8 *data, in crypto_shash_tfm_digest() function235 EXPORT_SYMBOL_GPL(crypto_shash_tfm_digest);
435 err = crypto_shash_tfm_digest(tfm, vec->message, vec->message_size, in fips_test_hash()
81 err = crypto_shash_tfm_digest(tctx->hash, key, keylen, salt); in essiv_skcipher_setkey()