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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dhash.h261 static inline struct crypto_tfm *crypto_shash_tfm(struct crypto_shash *tfm) function
268 crypto_destroy_tfm(tfm, crypto_shash_tfm(tfm));
274 return crypto_tfm_alg_alignmask(crypto_shash_tfm(tfm));
279 return crypto_tfm_alg_blocksize(crypto_shash_tfm(tfm));
289 return __crypto_shash_alg(crypto_shash_tfm(tfm)->__crt_alg);
304 return crypto_tfm_get_flags(crypto_shash_tfm(tfm));
309 crypto_tfm_set_flags(crypto_shash_tfm(tfm), flags);
314 crypto_tfm_clear_flags(crypto_shash_tfm(tfm), flags);

Completed in 56 milliseconds