Searched refs:crypto_tfm_set_flags (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/include/linux/ |
D | crypto.h | 799 static inline void crypto_tfm_set_flags(struct crypto_tfm *tfm, u32 flags) in crypto_tfm_set_flags() function 973 crypto_tfm_set_flags(crypto_ablkcipher_tfm(tfm), flags); in crypto_ablkcipher_set_flags() 1324 crypto_tfm_set_flags(crypto_aead_tfm(tfm), flags); in crypto_aead_set_flags() 1758 crypto_tfm_set_flags(crypto_blkcipher_tfm(tfm), flags); in crypto_blkcipher_set_flags() 2043 crypto_tfm_set_flags(crypto_cipher_tfm(tfm), flags); in crypto_cipher_set_flags() 2230 crypto_tfm_set_flags(crypto_hash_tfm(tfm), flags); in crypto_hash_set_flags()
|
/linux-4.1.27/include/crypto/ |
D | hash.h | 302 crypto_tfm_set_flags(crypto_ahash_tfm(tfm), flags); in crypto_ahash_set_flags() 697 crypto_tfm_set_flags(crypto_shash_tfm(tfm), flags); in crypto_shash_set_flags()
|
/linux-4.1.27/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 | cbc.c | 37 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_cbc_setkey()
|
D | pcbc.c | 40 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_pcbc_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.1.27/arch/x86/crypto/ |
D | fpu.c | 38 crypto_tfm_set_flags(parent, crypto_blkcipher_get_flags(child) & in crypto_fpu_setkey()
|
D | aesni-intel_glue.c | 904 crypto_tfm_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in common_rfc4106_set_key() 911 crypto_tfm_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in common_rfc4106_set_key()
|
/linux-4.1.27/fs/ext4/ |
D | crypto.c | 335 crypto_tfm_set_flags(ctx->tfm, CRYPTO_TFM_REQ_WEAK_KEY); in ext4_page_crypto()
|
D | crypto_fname.c | 413 crypto_tfm_set_flags(crypto_ablkcipher_tfm(ctx->ctfm), in ext4_get_fname_crypto_ctx()
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 541 crypto_tfm_set_flags(ctx->tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in qat_alg_aead_init_sessions() 560 crypto_tfm_set_flags(ctx->tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in qat_alg_ablkcipher_init_sessions()
|