Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcrypto.h1658 static inline struct hash_tfm *crypto_hash_crt(struct crypto_hash *tfm) in crypto_hash_crt() function
1693 return crypto_hash_crt(tfm)->digestsize; in crypto_hash_digestsize()
1726 return crypto_hash_crt(desc->tfm)->init(desc); in crypto_hash_init()
1747 return crypto_hash_crt(desc->tfm)->update(desc, sg, nbytes); in crypto_hash_update()
1766 return crypto_hash_crt(desc->tfm)->final(desc, out); in crypto_hash_final()
1787 return crypto_hash_crt(desc->tfm)->digest(desc, sg, nbytes, out); in crypto_hash_digest()
1804 return crypto_hash_crt(hash)->setkey(hash, key, keylen); in crypto_hash_setkey()