Searched refs:crypto_tfm_get_flags (Results 1 – 9 of 9) sorted by relevance
700 static inline u32 crypto_tfm_get_flags(struct crypto_tfm *tfm) in crypto_tfm_get_flags() function856 return crypto_tfm_get_flags(crypto_ablkcipher_tfm(tfm)); in crypto_ablkcipher_get_flags()1246 return crypto_tfm_get_flags(crypto_blkcipher_tfm(tfm)); in crypto_blkcipher_get_flags()1531 return crypto_tfm_get_flags(crypto_cipher_tfm(tfm)); in crypto_cipher_get_flags()
352 return crypto_tfm_get_flags(crypto_ahash_tfm(tfm)); in crypto_ahash_get_flags()762 return crypto_tfm_get_flags(crypto_shash_tfm(tfm)); in crypto_shash_get_flags()
150 return crypto_tfm_get_flags(crypto_kpp_tfm(tfm)); in crypto_kpp_get_flags()
260 return crypto_tfm_get_flags(crypto_aead_tfm(tfm)); in crypto_aead_get_flags()
367 return crypto_tfm_get_flags(crypto_skcipher_tfm(tfm)); in crypto_skcipher_get_flags()
33 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_ecb_setkey()
281 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_kw_setkey()
46 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_ctr_setkey()
340 (crypto_tfm_get_flags(tfm) & CRYPTO_TFM_REQ_WEAK_KEY)) { in cc_cipher_setkey()