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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dhash.h113 static inline struct crypto_tfm *crypto_ahash_tfm(struct crypto_ahash *tfm) function
120 crypto_destroy_tfm(tfm, crypto_ahash_tfm(tfm));
126 return crypto_tfm_alg_alignmask(crypto_ahash_tfm(tfm));
138 return __crypto_hash_alg_common(crypto_ahash_tfm(tfm)->__crt_alg);
153 return crypto_tfm_get_flags(crypto_ahash_tfm(tfm));
158 crypto_tfm_set_flags(crypto_ahash_tfm(tfm), flags);
163 crypto_tfm_clear_flags(crypto_ahash_tfm(tfm), flags);
211 req->base.tfm = crypto_ahash_tfm(tfm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/internal/
H A Dhash.h109 return crypto_tfm_ctx(crypto_ahash_tfm(tfm));
173 return crypto_tfm_in_queue(queue, crypto_ahash_tfm(tfm));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dcryptd.c396 cryptd_get_queue(crypto_ahash_tfm(tfm));
H A Dtestmgr.c183 const char *algo = crypto_tfm_alg_driver_name(crypto_ahash_tfm(tfm));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dtalitos.c1777 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));

Completed in 70 milliseconds