Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcrypto.h661 static inline u32 crypto_tfm_get_flags(struct crypto_tfm *tfm) in crypto_tfm_get_flags() function
834 return crypto_tfm_get_flags(crypto_ablkcipher_tfm(tfm)); in crypto_ablkcipher_get_flags()
1225 return crypto_tfm_get_flags(crypto_blkcipher_tfm(tfm)); in crypto_blkcipher_get_flags()
1510 return crypto_tfm_get_flags(crypto_cipher_tfm(tfm)); in crypto_cipher_get_flags()
1698 return crypto_tfm_get_flags(crypto_hash_tfm(tfm)); in crypto_hash_get_flags()
/linux-4.4.14/include/crypto/
Dhash.h316 return crypto_tfm_get_flags(crypto_ahash_tfm(tfm)); in crypto_ahash_get_flags()
711 return crypto_tfm_get_flags(crypto_shash_tfm(tfm)); in crypto_shash_get_flags()
Daead.h257 return crypto_tfm_get_flags(crypto_aead_tfm(tfm)); in crypto_aead_get_flags()
Dskcipher.h273 return crypto_tfm_get_flags(crypto_skcipher_tfm(tfm)); in crypto_skcipher_get_flags()
/linux-4.4.14/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()
Dkeywrap.c313 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_kw_setkey()
Dpcbc.c37 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_pcbc_setkey()
Dcbc.c34 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_cbc_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.4.14/arch/x86/crypto/
Dfpu.c35 crypto_blkcipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_fpu_setkey()