Searched refs:crypto_tfm_get_flags (Results 1 – 10 of 10) sorted by relevance
794 static inline u32 crypto_tfm_get_flags(struct crypto_tfm *tfm) in crypto_tfm_get_flags() function967 return crypto_tfm_get_flags(crypto_ablkcipher_tfm(tfm)); in crypto_ablkcipher_get_flags()1319 return crypto_tfm_get_flags(crypto_aead_tfm(tfm)); in crypto_aead_get_flags()1752 return crypto_tfm_get_flags(crypto_blkcipher_tfm(tfm)); in crypto_blkcipher_get_flags()2037 return crypto_tfm_get_flags(crypto_cipher_tfm(tfm)); in crypto_cipher_get_flags()2225 return crypto_tfm_get_flags(crypto_hash_tfm(tfm)); in crypto_hash_get_flags()
297 return crypto_tfm_get_flags(crypto_ahash_tfm(tfm)); in crypto_ahash_get_flags()692 return crypto_tfm_get_flags(crypto_shash_tfm(tfm)); in crypto_shash_get_flags()
55 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in setkey()68 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in setkey()
33 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_ecb_setkey()
34 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_cbc_setkey()
37 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_pcbc_setkey()
65 crypto_blkcipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_cts_setkey()
88 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in setkey()
46 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_ctr_setkey()
35 crypto_blkcipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_fpu_setkey()