crypto_hash_crt 1184 include/linux/crypto.h return crypto_hash_crt(tfm)->digestsize; crypto_hash_crt 1204 include/linux/crypto.h return crypto_hash_crt(desc->tfm)->init(desc); crypto_hash_crt 1211 include/linux/crypto.h return crypto_hash_crt(desc->tfm)->update(desc, sg, nbytes); crypto_hash_crt 1216 include/linux/crypto.h return crypto_hash_crt(desc->tfm)->final(desc, out); crypto_hash_crt 1223 include/linux/crypto.h return crypto_hash_crt(desc->tfm)->digest(desc, sg, nbytes, out); crypto_hash_crt 1229 include/linux/crypto.h return crypto_hash_crt(hash)->setkey(hash, key, keylen);