Home
last modified time | relevance | path

Searched refs:crypto_ablkcipher_tfm (Results 1 – 24 of 24) sorted by relevance

/linux-4.4.14/include/linux/
Dcrypto.h757 static inline struct crypto_tfm *crypto_ablkcipher_tfm( in crypto_ablkcipher_tfm() function
769 crypto_free_tfm(crypto_ablkcipher_tfm(tfm)); in crypto_free_ablkcipher()
792 return &crypto_ablkcipher_tfm(tfm)->crt_ablkcipher; in crypto_ablkcipher_crt()
823 return crypto_tfm_alg_blocksize(crypto_ablkcipher_tfm(tfm)); in crypto_ablkcipher_blocksize()
829 return crypto_tfm_alg_alignmask(crypto_ablkcipher_tfm(tfm)); in crypto_ablkcipher_alignmask()
834 return crypto_tfm_get_flags(crypto_ablkcipher_tfm(tfm)); in crypto_ablkcipher_get_flags()
840 crypto_tfm_set_flags(crypto_ablkcipher_tfm(tfm), flags); in crypto_ablkcipher_set_flags()
846 crypto_tfm_clear_flags(crypto_ablkcipher_tfm(tfm), flags); in crypto_ablkcipher_clear_flags()
958 req->base.tfm = crypto_ablkcipher_tfm(crypto_ablkcipher_crt(tfm)->base); in ablkcipher_request_set_tfm()
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-aes.c43 struct ccp_ctx *ctx = crypto_tfm_ctx(crypto_ablkcipher_tfm(tfm)); in ccp_aes_setkey()
45 ccp_crypto_ablkcipher_alg(crypto_ablkcipher_tfm(tfm)); in ccp_aes_setkey()
158 struct ccp_ctx *ctx = crypto_tfm_ctx(crypto_ablkcipher_tfm(tfm)); in ccp_aes_rfc3686_setkey()
Dccp-crypto-aes-xts.c100 struct ccp_ctx *ctx = crypto_tfm_ctx(crypto_ablkcipher_tfm(tfm)); in ccp_aes_xts_setkey()
121 crypto_ablkcipher_tfm(crypto_ablkcipher_reqtfm(req)); in ccp_aes_xts_crypt()
/linux-4.4.14/include/crypto/
Dalgapi.h232 return &crypto_ablkcipher_tfm(tfm)->__crt_alg->cra_ablkcipher; in crypto_ablkcipher_alg()
350 return crypto_tfm_in_queue(queue, crypto_ablkcipher_tfm(tfm)); in ablkcipher_tfm_in_queue()
Dskcipher.h99 req->creq.base.tfm = crypto_ablkcipher_tfm(tfm); in skcipher_givcrypt_set_tfm()
/linux-4.4.14/drivers/crypto/qce/
Dablkcipher.c155 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(ablk); in qce_ablkcipher_setkey()
196 crypto_ablkcipher_tfm(crypto_ablkcipher_reqtfm(req)); in qce_ablkcipher_crypt()
/linux-4.4.14/drivers/crypto/marvell/
Dcipher.c230 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in mv_cesa_aes_setkey()
255 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in mv_cesa_des_setkey()
279 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in mv_cesa_des3_ede_setkey()
/linux-4.4.14/drivers/crypto/
Dpicoxcell_crypto.c729 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in spacc_des_setkey()
757 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in spacc_aes_setkey()
804 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in spacc_kasumi_f8_setkey()
891 crypto_ablkcipher_tfm(crypto_ablkcipher_reqtfm(req)); in spacc_ablk_do_fallback()
1026 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in spacc_ablk_encrypt()
1035 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in spacc_ablk_decrypt()
Dsahara.c629 struct crypto_tfm *tfm_aux = crypto_ablkcipher_tfm(tfm); in sahara_aes_setkey()
667 crypto_ablkcipher_tfm(crypto_ablkcipher_reqtfm(req)); in sahara_aes_ecb_encrypt()
685 crypto_ablkcipher_tfm(crypto_ablkcipher_reqtfm(req)); in sahara_aes_ecb_decrypt()
703 crypto_ablkcipher_tfm(crypto_ablkcipher_reqtfm(req)); in sahara_aes_cbc_encrypt()
721 crypto_ablkcipher_tfm(crypto_ablkcipher_reqtfm(req)); in sahara_aes_cbc_decrypt()
Datmel-tdes.c508 struct crypto_tfm *tfm = crypto_ablkcipher_tfm( in atmel_tdes_crypt_start()
782 struct crypto_tfm *ctfm = crypto_ablkcipher_tfm(tfm); in atmel_des_setkey()
809 alg_name = crypto_tfm_alg_name(crypto_ablkcipher_tfm(tfm)); in atmel_tdes_setkey()
Dn2_core.c717 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in n2_aes_setkey()
746 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in n2_des_setkey()
773 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in n2_3des_setkey()
791 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in n2_arc4_setkey()
Ds5p-sss.c533 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in s5p_aes_setkey()
Dmxs-dcp.c378 crypto_ablkcipher_tfm(crypto_ablkcipher_reqtfm(req)); in mxs_dcp_block_fallback()
Domap-des.c483 struct crypto_tfm *tfm = crypto_ablkcipher_tfm( in omap_des_crypt_dma_start()
Dmv_cesa.c202 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in mv_setkey_aes()
Domap-aes.c496 struct crypto_tfm *tfm = crypto_ablkcipher_tfm( in omap_aes_crypt_dma_start()
Dhifn_795x.c2048 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in hifn_setkey()
/linux-4.4.14/fs/f2fs/
Dcrypto_key.c226 crypto_tfm_set_flags(crypto_ablkcipher_tfm(ctfm), in _f2fs_get_encryption_info()
/linux-4.4.14/fs/ext4/
Dcrypto_key.c250 crypto_tfm_set_flags(crypto_ablkcipher_tfm(ctfm), in _ext4_get_encryption_info()
/linux-4.4.14/drivers/crypto/amcc/
Dcrypto4xx_alg.c110 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in crypto4xx_setkey_aes()
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_algs.c986 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(atfm); in qat_alg_ablkcipher_encrypt()
1023 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(atfm); in qat_alg_ablkcipher_decrypt()
/linux-4.4.14/crypto/
Dblkcipher.c416 return setkey(crypto_ablkcipher_tfm(tfm), key, keylen); in async_setkey()
Dcryptd.c255 queue = cryptd_get_queue(crypto_ablkcipher_tfm(tfm)); in cryptd_blkcipher_enqueue()
/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c1461 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(ablkcipher); in ablkcipher_setkey()