Home
last modified time | relevance | path

Searched refs:crypto_tfm_set_flags (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/include/linux/
Dcrypto.h799 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/
Dhash.h302 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/
Dxts.c61 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()
Decb.c36 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_ecb_setkey()
Dcbc.c37 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_cbc_setkey()
Dpcbc.c40 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_pcbc_setkey()
Dcts.c68 crypto_tfm_set_flags(parent, crypto_blkcipher_get_flags(child) & in crypto_cts_setkey()
Dlrw.c93 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in setkey()
Dctr.c49 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_ctr_setkey()
/linux-4.1.27/arch/x86/crypto/
Dfpu.c38 crypto_tfm_set_flags(parent, crypto_blkcipher_get_flags(child) & in crypto_fpu_setkey()
Daesni-intel_glue.c904 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/
Dcrypto.c335 crypto_tfm_set_flags(ctx->tfm, CRYPTO_TFM_REQ_WEAK_KEY); in ext4_page_crypto()
Dcrypto_fname.c413 crypto_tfm_set_flags(crypto_ablkcipher_tfm(ctx->ctfm), in ext4_get_fname_crypto_ctx()
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dqat_algs.c541 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()