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

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

Completed in 69 milliseconds