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

/linux-4.1.27/arch/x86/crypto/
H A Dfpu.c38 crypto_tfm_set_flags(parent, crypto_blkcipher_get_flags(child) & crypto_fpu_setkey()
H A Daesni-intel_glue.c904 crypto_tfm_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); common_rfc4106_set_key()
911 crypto_tfm_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); common_rfc4106_set_key()
/linux-4.1.27/crypto/
H A Dxts.c61 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & setkey()
74 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & setkey()
H A Decb.c36 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & crypto_ecb_setkey()
H A Dcbc.c37 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & crypto_cbc_setkey()
H A Dlrw.c93 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & setkey()
H A Dpcbc.c40 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & crypto_pcbc_setkey()
H A Dctr.c49 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & crypto_ctr_setkey()
H A Dcts.c68 crypto_tfm_set_flags(parent, crypto_blkcipher_get_flags(child) & crypto_cts_setkey()
/linux-4.1.27/include/linux/
H A Dcrypto.h799 static inline void crypto_tfm_set_flags(struct crypto_tfm *tfm, u32 flags) crypto_tfm_set_flags() function
973 crypto_tfm_set_flags(crypto_ablkcipher_tfm(tfm), flags); crypto_ablkcipher_set_flags()
1324 crypto_tfm_set_flags(crypto_aead_tfm(tfm), flags); crypto_aead_set_flags()
1758 crypto_tfm_set_flags(crypto_blkcipher_tfm(tfm), flags); crypto_blkcipher_set_flags()
2043 crypto_tfm_set_flags(crypto_cipher_tfm(tfm), flags); crypto_cipher_set_flags()
2230 crypto_tfm_set_flags(crypto_hash_tfm(tfm), flags); crypto_hash_set_flags()
/linux-4.1.27/fs/ext4/
H A Dcrypto.c335 crypto_tfm_set_flags(ctx->tfm, CRYPTO_TFM_REQ_WEAK_KEY); ext4_page_crypto()
H A Dcrypto_fname.c413 crypto_tfm_set_flags(crypto_ablkcipher_tfm(ctx->ctfm), ext4_get_fname_crypto_ctx()
/linux-4.1.27/drivers/crypto/qat/qat_common/
H A Dqat_algs.c541 crypto_tfm_set_flags(ctx->tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); qat_alg_aead_init_sessions()
560 crypto_tfm_set_flags(ctx->tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); qat_alg_ablkcipher_init_sessions()
/linux-4.1.27/include/crypto/
H A Dhash.h302 crypto_tfm_set_flags(crypto_ahash_tfm(tfm), flags); crypto_ahash_set_flags()
697 crypto_tfm_set_flags(crypto_shash_tfm(tfm), flags); crypto_shash_set_flags()

Completed in 145 milliseconds