Home
last modified time | relevance | path

Searched refs:crypto_tfm_clear_flags (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dcrypto.h804 static inline void crypto_tfm_clear_flags(struct crypto_tfm *tfm, u32 flags) in crypto_tfm_clear_flags() function
979 crypto_tfm_clear_flags(crypto_ablkcipher_tfm(tfm), flags); in crypto_ablkcipher_clear_flags()
1329 crypto_tfm_clear_flags(crypto_aead_tfm(tfm), flags); in crypto_aead_clear_flags()
1764 crypto_tfm_clear_flags(crypto_blkcipher_tfm(tfm), flags); in crypto_blkcipher_clear_flags()
2049 crypto_tfm_clear_flags(crypto_cipher_tfm(tfm), flags); in crypto_cipher_clear_flags()
2235 crypto_tfm_clear_flags(crypto_hash_tfm(tfm), flags); in crypto_hash_clear_flags()
/linux-4.1.27/include/crypto/
Dhash.h307 crypto_tfm_clear_flags(crypto_ahash_tfm(tfm), flags); in crypto_ahash_clear_flags()
702 crypto_tfm_clear_flags(crypto_shash_tfm(tfm), flags); in crypto_shash_clear_flags()