Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcrypto.h2185 static inline struct hash_tfm *crypto_hash_crt(struct crypto_hash *tfm) in crypto_hash_crt() function
2220 return crypto_hash_crt(tfm)->digestsize; in crypto_hash_digestsize()
2253 return crypto_hash_crt(desc->tfm)->init(desc); in crypto_hash_init()
2274 return crypto_hash_crt(desc->tfm)->update(desc, sg, nbytes); in crypto_hash_update()
2293 return crypto_hash_crt(desc->tfm)->final(desc, out); in crypto_hash_final()
2314 return crypto_hash_crt(desc->tfm)->digest(desc, sg, nbytes, out); in crypto_hash_digest()
2331 return crypto_hash_crt(hash)->setkey(hash, key, keylen); in crypto_hash_setkey()