Home
last modified time | relevance | path

Searched refs:ablkcipher_request_set_tfm (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/crypto/
Dablk_helper.c79 ablkcipher_request_set_tfm(cryptd_req, &ctx->cryptd_tfm->base); in ablk_encrypt()
98 ablkcipher_request_set_tfm(cryptd_req, &ctx->cryptd_tfm->base); in ablk_decrypt()
Dchainiv.c56 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv)); in chainiv_givencrypt()
187 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv)); in async_chainiv_givencrypt()
Dauthencesn.c237 ablkcipher_request_set_tfm(abreq, ctx->enc); in authenc_esn_verify_ahash_update_done()
286 ablkcipher_request_set_tfm(abreq, ctx->enc); in authenc_esn_verify_ahash_update_done2()
326 ablkcipher_request_set_tfm(abreq, ctx->enc); in authenc_esn_verify_ahash_done()
483 ablkcipher_request_set_tfm(abreq, enc); in crypto_authenc_esn_encrypt()
631 ablkcipher_request_set_tfm(abreq, ctx->enc); in crypto_authenc_esn_decrypt()
Dauthenc.c208 ablkcipher_request_set_tfm(abreq, ctx->enc); in authenc_verify_ahash_update_done()
247 ablkcipher_request_set_tfm(abreq, ctx->enc); in authenc_verify_ahash_done()
407 ablkcipher_request_set_tfm(abreq, enc); in crypto_authenc_encrypt()
539 ablkcipher_request_set_tfm(abreq, ctx->enc); in crypto_authenc_decrypt()
Deseqiv.c86 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv)); in eseqiv_givencrypt()
Dseqiv.c109 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv)); in seqiv_givencrypt()
Dccm.c342 ablkcipher_request_set_tfm(abreq, ctx->ctr); in crypto_ccm_encrypt()
413 ablkcipher_request_set_tfm(abreq, ctx->ctr); in crypto_ccm_decrypt()
Dalgif_skcipher.c540 ablkcipher_request_set_tfm(req, crypto_ablkcipher_reqtfm(&ctx->req)); in skcipher_recvmsg_async()
950 ablkcipher_request_set_tfm(&ctx->req, skcipher); in skcipher_accept_parent_nokey()
Dctr.c297 ablkcipher_request_set_tfm(subreq, child); in crypto_rfc3686_crypt()
Dgcm.c139 ablkcipher_request_set_tfm(&data->req, ctr); in crypto_gcm_setkey()
214 ablkcipher_request_set_tfm(ablk_req, ctx->ctr); in crypto_gcm_init_crypt()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c152 ablkcipher_request_set_tfm(req, ctx->u.aes.tfm_ablkcipher); in ccp_aes_xts_crypt()
155 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in ccp_aes_xts_crypt()
/linux-4.1.27/drivers/crypto/
Dsahara.c699 ablkcipher_request_set_tfm(req, ctx->fallback); in sahara_aes_ecb_encrypt()
701 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in sahara_aes_ecb_encrypt()
717 ablkcipher_request_set_tfm(req, ctx->fallback); in sahara_aes_ecb_decrypt()
719 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in sahara_aes_ecb_decrypt()
735 ablkcipher_request_set_tfm(req, ctx->fallback); in sahara_aes_cbc_encrypt()
737 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in sahara_aes_cbc_encrypt()
753 ablkcipher_request_set_tfm(req, ctx->fallback); in sahara_aes_cbc_decrypt()
755 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in sahara_aes_cbc_decrypt()
Dmxs-dcp.c383 ablkcipher_request_set_tfm(req, ctx->fallback); in mxs_dcp_block_fallback()
390 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in mxs_dcp_block_fallback()
Dpicoxcell_crypto.c992 ablkcipher_request_set_tfm(req, ctx->sw_cipher); in spacc_ablk_do_fallback()
995 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(old_tfm)); in spacc_ablk_do_fallback()
/linux-4.1.27/drivers/crypto/qce/
Dablkcipher.c217 ablkcipher_request_set_tfm(req, ctx->fallback); in qce_ablkcipher_crypt()
220 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in qce_ablkcipher_crypt()
/linux-4.1.27/include/linux/
Dcrypto.h1088 static inline void ablkcipher_request_set_tfm( in ablkcipher_request_set_tfm() function
1121 ablkcipher_request_set_tfm(req, tfm); in ablkcipher_request_alloc()
/linux-4.1.27/arch/x86/crypto/
Daesni-intel_glue.c871 ablkcipher_request_set_tfm(req, ctr_tfm); in rfc4106_set_hash_subkey()
/linux-4.1.27/drivers/md/
Ddm-crypt.c893 ablkcipher_request_set_tfm(ctx->req, cc->tfms[key_index]); in crypt_alloc_req()