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

/linux-4.1.27/crypto/
H A Dablk_helper.c79 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 Dchainiv.c56 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 Dauthencesn.c237 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 Dauthenc.c208 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 Deseqiv.c86 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv)); eseqiv_givencrypt()
H A Dseqiv.c109 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv)); seqiv_givencrypt()
H A Dalgif_skcipher.c540 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 Dccm.c342 ablkcipher_request_set_tfm(abreq, ctx->ctr); crypto_ccm_encrypt()
413 ablkcipher_request_set_tfm(abreq, ctx->ctr); crypto_ccm_decrypt()
H A Dctr.c297 ablkcipher_request_set_tfm(subreq, child); crypto_rfc3686_crypt()
H A Dgcm.c139 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 Dccp-crypto-aes-xts.c152 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 Dablkcipher.c217 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 Dsahara.c699 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 Dmxs-dcp.c383 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 Dpicoxcell_crypto.c992 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 Dcrypto.h1081 * 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 Daesni-intel_glue.c871 ablkcipher_request_set_tfm(req, ctr_tfm); rfc4106_set_hash_subkey()
/linux-4.1.27/drivers/md/
H A Ddm-crypt.c893 ablkcipher_request_set_tfm(ctx->req, cc->tfms[key_index]); crypt_alloc_req()

Completed in 520 milliseconds