Searched refs:crypto_tfm_set_flags (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/include/linux/ |
D | crypto.h | 666 static inline void crypto_tfm_set_flags(struct crypto_tfm *tfm, u32 flags) in crypto_tfm_set_flags() function 840 crypto_tfm_set_flags(crypto_ablkcipher_tfm(tfm), flags); in crypto_ablkcipher_set_flags() 1231 crypto_tfm_set_flags(crypto_blkcipher_tfm(tfm), flags); in crypto_blkcipher_set_flags() 1516 crypto_tfm_set_flags(crypto_cipher_tfm(tfm), flags); in crypto_cipher_set_flags() 1703 crypto_tfm_set_flags(crypto_hash_tfm(tfm), flags); in crypto_hash_set_flags()
|
/linux-4.4.14/include/crypto/ |
D | hash.h | 321 crypto_tfm_set_flags(crypto_ahash_tfm(tfm), flags); in crypto_ahash_set_flags() 716 crypto_tfm_set_flags(crypto_shash_tfm(tfm), flags); in crypto_shash_set_flags()
|
D | aead.h | 262 crypto_tfm_set_flags(crypto_aead_tfm(tfm), flags); in crypto_aead_set_flags()
|
D | skcipher.h | 279 crypto_tfm_set_flags(crypto_skcipher_tfm(tfm), flags); in crypto_skcipher_set_flags()
|
/linux-4.4.14/crypto/ |
D | xts.c | 61 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in setkey() 74 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in setkey()
|
D | ecb.c | 36 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_ecb_setkey()
|
D | keywrap.c | 316 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_kw_setkey()
|
D | pcbc.c | 40 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_pcbc_setkey()
|
D | cbc.c | 37 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_cbc_setkey()
|
D | cts.c | 68 crypto_tfm_set_flags(parent, crypto_blkcipher_get_flags(child) & in crypto_cts_setkey()
|
D | lrw.c | 93 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in setkey()
|
D | ctr.c | 49 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_ctr_setkey()
|
/linux-4.4.14/arch/x86/crypto/ |
D | fpu.c | 38 crypto_tfm_set_flags(parent, crypto_blkcipher_get_flags(child) & in crypto_fpu_setkey()
|
/linux-4.4.14/fs/f2fs/ |
D | crypto_key.c | 226 crypto_tfm_set_flags(crypto_ablkcipher_tfm(ctfm), in _f2fs_get_encryption_info()
|
/linux-4.4.14/fs/ext4/ |
D | crypto_key.c | 250 crypto_tfm_set_flags(crypto_ablkcipher_tfm(ctfm), in _ext4_get_encryption_info()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 570 crypto_tfm_set_flags(ctx->tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in qat_alg_ablkcipher_init_sessions()
|