Home
last modified time | relevance | path

Searched refs:crypto_hash_digest (Results 1 – 3 of 3) sorted by relevance

/linux/include/crypto/
H A Dhash.h928 int crypto_hash_digest(struct crypto_ahash *tfm, const u8 *data,
/linux/crypto/
H A Dahash.c1071 int crypto_hash_digest(struct crypto_ahash *tfm, const u8 *data, in crypto_hash_digest() function
1085 EXPORT_SYMBOL_GPL(crypto_hash_digest);
H A Dtestmgr.c1735 vec->digest_error = crypto_hash_digest( in generate_random_hash_testvec()