Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcrypto.h890 static inline struct crypto_tfm *crypto_ablkcipher_tfm( in crypto_ablkcipher_tfm() function
902 crypto_free_tfm(crypto_ablkcipher_tfm(tfm)); in crypto_free_ablkcipher()
925 return &crypto_ablkcipher_tfm(tfm)->crt_ablkcipher; in crypto_ablkcipher_crt()
956 return crypto_tfm_alg_blocksize(crypto_ablkcipher_tfm(tfm)); in crypto_ablkcipher_blocksize()
962 return crypto_tfm_alg_alignmask(crypto_ablkcipher_tfm(tfm)); in crypto_ablkcipher_alignmask()
967 return crypto_tfm_get_flags(crypto_ablkcipher_tfm(tfm)); in crypto_ablkcipher_get_flags()
973 crypto_tfm_set_flags(crypto_ablkcipher_tfm(tfm), flags); in crypto_ablkcipher_set_flags()
979 crypto_tfm_clear_flags(crypto_ablkcipher_tfm(tfm), flags); in crypto_ablkcipher_clear_flags()
1091 req->base.tfm = crypto_ablkcipher_tfm(crypto_ablkcipher_crt(tfm)->base); in ablkcipher_request_set_tfm()
/linux-4.1.27/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.1.27/include/crypto/
Dskcipher.h58 req->creq.base.tfm = crypto_ablkcipher_tfm(tfm); in skcipher_givcrypt_set_tfm()
Dalgapi.h229 return &crypto_ablkcipher_tfm(tfm)->__crt_alg->cra_ablkcipher; in crypto_ablkcipher_alg()
363 return crypto_tfm_in_queue(queue, crypto_ablkcipher_tfm(tfm)); in ablkcipher_tfm_in_queue()
/linux-4.1.27/drivers/crypto/qce/
Dablkcipher.c165 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(ablk); in qce_ablkcipher_setkey()
206 crypto_ablkcipher_tfm(crypto_ablkcipher_reqtfm(req)); in qce_ablkcipher_crypt()
/linux-4.1.27/drivers/crypto/
Dpicoxcell_crypto.c818 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in spacc_des_setkey()
846 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in spacc_aes_setkey()
893 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in spacc_kasumi_f8_setkey()
980 crypto_ablkcipher_tfm(crypto_ablkcipher_reqtfm(req)); in spacc_ablk_do_fallback()
1115 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in spacc_ablk_encrypt()
1124 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in spacc_ablk_decrypt()
Dsahara.c655 struct crypto_tfm *tfm_aux = crypto_ablkcipher_tfm(tfm); in sahara_aes_setkey()
693 crypto_ablkcipher_tfm(crypto_ablkcipher_reqtfm(req)); in sahara_aes_ecb_encrypt()
711 crypto_ablkcipher_tfm(crypto_ablkcipher_reqtfm(req)); in sahara_aes_ecb_decrypt()
729 crypto_ablkcipher_tfm(crypto_ablkcipher_reqtfm(req)); in sahara_aes_cbc_encrypt()
747 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.c551 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()
Dmv_cesa.c197 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in mv_setkey_aes()
Domap-des.c483 struct crypto_tfm *tfm = crypto_ablkcipher_tfm( in omap_des_crypt_dma_start()
Domap-aes.c499 struct crypto_tfm *tfm = crypto_ablkcipher_tfm( in omap_aes_crypt_dma_start()
Dhifn_795x.c2050 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in hifn_setkey()
/linux-4.1.27/drivers/crypto/amcc/
Dcrypto4xx_alg.c110 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in crypto4xx_setkey_aes()
/linux-4.1.27/fs/ext4/
Dcrypto.c164 ctx->tfm = crypto_ablkcipher_tfm( in ext4_get_crypto_ctx()
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.c1014 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(atfm); in qat_alg_ablkcipher_encrypt()
1052 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(atfm); in qat_alg_ablkcipher_decrypt()
/linux-4.1.27/crypto/
Dblkcipher.c415 return setkey(crypto_ablkcipher_tfm(tfm), key, keylen); in async_setkey()
Dcryptd.c256 queue = cryptd_get_queue(crypto_ablkcipher_tfm(tfm)); in cryptd_blkcipher_enqueue()
Dtestmgr.c911 crypto_tfm_alg_driver_name(crypto_ablkcipher_tfm(tfm)); in __test_skcipher()
/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c1831 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(ablkcipher); in ablkcipher_setkey()