Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcrypto.h794 static inline u32 crypto_tfm_get_flags(struct crypto_tfm *tfm) in crypto_tfm_get_flags() function
967 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()
/linux-4.1.27/include/crypto/
Dhash.h297 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()
/linux-4.1.27/crypto/
Dxts.c55 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()
Decb.c33 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_ecb_setkey()
Dcbc.c34 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_cbc_setkey()
Dpcbc.c37 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_pcbc_setkey()
Dcts.c65 crypto_blkcipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_cts_setkey()
Dlrw.c88 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in setkey()
Dctr.c46 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_ctr_setkey()
/linux-4.1.27/arch/x86/crypto/
Dfpu.c35 crypto_blkcipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_fpu_setkey()