Searched refs:crypto_tfm_get_flags (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/crypto/internal/
H A Ddes.h33 if (crypto_tfm_get_flags(tfm) & CRYPTO_TFM_REQ_FORBID_WEAK_KEYS)
95 crypto_tfm_get_flags(tfm) &
H A Dcipher.h121 return crypto_tfm_get_flags(crypto_cipher_tfm(tfm));
/linux-master/crypto/
H A Ddes_generic.c27 if (crypto_tfm_get_flags(tfm) & CRYPTO_TFM_REQ_FORBID_WEAK_KEYS)
59 if (crypto_tfm_get_flags(tfm) & CRYPTO_TFM_REQ_FORBID_WEAK_KEYS)
/linux-master/include/crypto/
H A Daead.h311 return crypto_tfm_get_flags(crypto_aead_tfm(tfm));
H A Dhash.h390 return crypto_tfm_get_flags(crypto_ahash_tfm(tfm));
778 return crypto_tfm_get_flags(crypto_shash_tfm(tfm));
H A Dskcipher.h566 return crypto_tfm_get_flags(crypto_skcipher_tfm(tfm));
601 return crypto_tfm_get_flags(crypto_lskcipher_tfm(tfm));
H A Dkpp.h171 return crypto_tfm_get_flags(crypto_kpp_tfm(tfm));
/linux-master/include/linux/
H A Dcrypto.h475 static inline u32 crypto_tfm_get_flags(struct crypto_tfm *tfm) function
/linux-master/arch/x86/crypto/
H A Ddes3_ede_glue.c255 if (crypto_tfm_get_flags(tfm) & CRYPTO_TFM_REQ_FORBID_WEAK_KEYS)
/linux-master/drivers/crypto/ccree/
H A Dcc_cipher.c427 unsigned int flags = crypto_tfm_get_flags(tfm) & CRYPTO_TFM_REQ_MASK;

Completed in 552 milliseconds