/linux-4.1.27/crypto/ |
H A D | ablk_helper.c | 79 ablkcipher_request_set_tfm(cryptd_req, &ctx->cryptd_tfm->base); ablk_encrypt() 98 ablkcipher_request_set_tfm(cryptd_req, &ctx->cryptd_tfm->base); ablk_decrypt()
|
H A D | chainiv.c | 56 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv)); chainiv_givencrypt() 187 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv)); async_chainiv_givencrypt()
|
H A D | authencesn.c | 237 ablkcipher_request_set_tfm(abreq, ctx->enc); authenc_esn_verify_ahash_update_done() 286 ablkcipher_request_set_tfm(abreq, ctx->enc); authenc_esn_verify_ahash_update_done2() 326 ablkcipher_request_set_tfm(abreq, ctx->enc); authenc_esn_verify_ahash_done() 483 ablkcipher_request_set_tfm(abreq, enc); crypto_authenc_esn_encrypt() 631 ablkcipher_request_set_tfm(abreq, ctx->enc); crypto_authenc_esn_decrypt()
|
H A D | authenc.c | 208 ablkcipher_request_set_tfm(abreq, ctx->enc); authenc_verify_ahash_update_done() 247 ablkcipher_request_set_tfm(abreq, ctx->enc); authenc_verify_ahash_done() 407 ablkcipher_request_set_tfm(abreq, enc); crypto_authenc_encrypt() 539 ablkcipher_request_set_tfm(abreq, ctx->enc); crypto_authenc_decrypt()
|
H A D | eseqiv.c | 86 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv)); eseqiv_givencrypt()
|
H A D | seqiv.c | 109 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv)); seqiv_givencrypt()
|
H A D | algif_skcipher.c | 540 ablkcipher_request_set_tfm(req, crypto_ablkcipher_reqtfm(&ctx->req)); skcipher_recvmsg_async() 950 ablkcipher_request_set_tfm(&ctx->req, skcipher); skcipher_accept_parent_nokey()
|
H A D | ccm.c | 342 ablkcipher_request_set_tfm(abreq, ctx->ctr); crypto_ccm_encrypt() 413 ablkcipher_request_set_tfm(abreq, ctx->ctr); crypto_ccm_decrypt()
|
H A D | ctr.c | 297 ablkcipher_request_set_tfm(subreq, child); crypto_rfc3686_crypt()
|
H A D | gcm.c | 139 ablkcipher_request_set_tfm(&data->req, ctr); crypto_gcm_setkey() 214 ablkcipher_request_set_tfm(ablk_req, ctx->ctr); crypto_gcm_init_crypt()
|
/linux-4.1.27/drivers/crypto/ccp/ |
H A D | ccp-crypto-aes-xts.c | 152 ablkcipher_request_set_tfm(req, ctx->u.aes.tfm_ablkcipher); ccp_aes_xts_crypt() 155 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); ccp_aes_xts_crypt()
|
/linux-4.1.27/drivers/crypto/qce/ |
H A D | ablkcipher.c | 217 ablkcipher_request_set_tfm(req, ctx->fallback); qce_ablkcipher_crypt() 220 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); qce_ablkcipher_crypt()
|
/linux-4.1.27/drivers/crypto/ |
H A D | sahara.c | 699 ablkcipher_request_set_tfm(req, ctx->fallback); sahara_aes_ecb_encrypt() 701 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); sahara_aes_ecb_encrypt() 717 ablkcipher_request_set_tfm(req, ctx->fallback); sahara_aes_ecb_decrypt() 719 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); sahara_aes_ecb_decrypt() 735 ablkcipher_request_set_tfm(req, ctx->fallback); sahara_aes_cbc_encrypt() 737 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); sahara_aes_cbc_encrypt() 753 ablkcipher_request_set_tfm(req, ctx->fallback); sahara_aes_cbc_decrypt() 755 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); sahara_aes_cbc_decrypt()
|
H A D | mxs-dcp.c | 383 ablkcipher_request_set_tfm(req, ctx->fallback); mxs_dcp_block_fallback() 390 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); mxs_dcp_block_fallback()
|
H A D | picoxcell_crypto.c | 992 ablkcipher_request_set_tfm(req, ctx->sw_cipher); spacc_ablk_do_fallback() 995 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(old_tfm)); spacc_ablk_do_fallback()
|
/linux-4.1.27/include/linux/ |
H A D | crypto.h | 1081 * ablkcipher_request_set_tfm() - update cipher handle reference in request 1088 static inline void ablkcipher_request_set_tfm( ablkcipher_request_set_tfm() function 1121 ablkcipher_request_set_tfm(req, tfm); ablkcipher_request_alloc()
|
/linux-4.1.27/arch/x86/crypto/ |
H A D | aesni-intel_glue.c | 871 ablkcipher_request_set_tfm(req, ctr_tfm); rfc4106_set_hash_subkey()
|
/linux-4.1.27/drivers/md/ |
H A D | dm-crypt.c | 893 ablkcipher_request_set_tfm(ctx->req, cc->tfms[key_index]); crypt_alloc_req()
|