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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Ddigest.c28 struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm);
37 struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm);
96 struct crypto_tfm *tfm = crypto_hash_tfm(desc->tfm);
122 struct crypto_tfm *tfm = crypto_hash_tfm(hash);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h904 static inline struct crypto_tfm *crypto_hash_tfm(struct crypto_hash *tfm) function
911 crypto_free_tfm(crypto_hash_tfm(tfm));
925 return &crypto_hash_tfm(tfm)->crt_hash;
930 return crypto_tfm_alg_blocksize(crypto_hash_tfm(tfm));
935 return crypto_tfm_alg_alignmask(crypto_hash_tfm(tfm));
945 return crypto_tfm_get_flags(crypto_hash_tfm(tfm));
950 crypto_tfm_set_flags(crypto_hash_tfm(tfm), flags);
955 crypto_tfm_clear_flags(crypto_hash_tfm(tfm), flags);

Completed in 65 milliseconds