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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 112 milliseconds