Home
last modified time | relevance | path

Searched refs:crypto_tfm_set_flags (Results 1 – 5 of 5) sorted by relevance

/linux/include/crypto/internal/
H A Dcipher.h127 crypto_tfm_set_flags(crypto_cipher_tfm(tfm), flags); in crypto_cipher_set_flags()
/linux/include/crypto/
H A Dskcipher.h554 crypto_tfm_set_flags(crypto_skcipher_tfm(tfm), flags); in crypto_skcipher_set_flags()
589 crypto_tfm_set_flags(crypto_lskcipher_tfm(tfm), flags); in crypto_lskcipher_set_flags()
H A Dkpp.h157 crypto_tfm_set_flags(crypto_kpp_tfm(tfm), flags); in crypto_kpp_set_flags()
H A Dhash.h416 crypto_tfm_set_flags(crypto_ahash_tfm(tfm), flags); in crypto_ahash_set_flags()
830 crypto_tfm_set_flags(crypto_shash_tfm(tfm), flags); in crypto_shash_set_flags()
/linux/include/linux/
H A Dcrypto.h472 static inline void crypto_tfm_set_flags(struct crypto_tfm *tfm, u32 flags) in crypto_tfm_set_flags() function