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

/linux-master/include/crypto/internal/
H A Dcipher.h127 crypto_tfm_set_flags(crypto_cipher_tfm(tfm), flags);
/linux-master/include/crypto/
H A Daead.h316 crypto_tfm_set_flags(crypto_aead_tfm(tfm), flags);
H A Dhash.h395 crypto_tfm_set_flags(crypto_ahash_tfm(tfm), flags);
783 crypto_tfm_set_flags(crypto_shash_tfm(tfm), flags);
H A Dskcipher.h572 crypto_tfm_set_flags(crypto_skcipher_tfm(tfm), flags);
607 crypto_tfm_set_flags(crypto_lskcipher_tfm(tfm), flags);
H A Dkpp.h176 crypto_tfm_set_flags(crypto_kpp_tfm(tfm), flags);
/linux-master/include/linux/
H A Dcrypto.h480 static inline void crypto_tfm_set_flags(struct crypto_tfm *tfm, u32 flags) function

Completed in 106 milliseconds