Searched refs:crypto_tfm_get_flags (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/include/linux/ |
D | crypto.h | 661 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/ |
D | hash.h | 316 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()
|
D | aead.h | 257 return crypto_tfm_get_flags(crypto_aead_tfm(tfm)); in crypto_aead_get_flags()
|
D | skcipher.h | 273 return crypto_tfm_get_flags(crypto_skcipher_tfm(tfm)); in crypto_skcipher_get_flags()
|
/linux-4.4.14/crypto/ |
D | xts.c | 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()
|
D | ecb.c | 33 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_ecb_setkey()
|
D | keywrap.c | 313 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_kw_setkey()
|
D | pcbc.c | 37 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_pcbc_setkey()
|
D | cbc.c | 34 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_cbc_setkey()
|
D | cts.c | 65 crypto_blkcipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_cts_setkey()
|
D | lrw.c | 88 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in setkey()
|
D | ctr.c | 46 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_ctr_setkey()
|
/linux-4.4.14/arch/x86/crypto/ |
D | fpu.c | 35 crypto_blkcipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_fpu_setkey()
|