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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h923 static inline struct hash_tfm *crypto_hash_crt(struct crypto_hash *tfm) function
940 return crypto_hash_crt(tfm)->digestsize;
960 return crypto_hash_crt(desc->tfm)->init(desc);
967 return crypto_hash_crt(desc->tfm)->update(desc, sg, nbytes);
972 return crypto_hash_crt(desc->tfm)->final(desc, out);
979 return crypto_hash_crt(desc->tfm)->digest(desc, sg, nbytes, out);
985 return crypto_hash_crt(hash)->setkey(hash, key, keylen);

Completed in 28 milliseconds