Home
last modified time | relevance | path

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

/linux-4.4.14/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()
180 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv)); in async_chainiv_givencrypt()
Dchacha20poly1305.c146 ablkcipher_request_set_tfm(&creq->req, ctx->chacha); in chacha_decrypt()
394 ablkcipher_request_set_tfm(&creq->req, ctx->chacha); in poly_genkey()
431 ablkcipher_request_set_tfm(&creq->req, ctx->chacha); in chacha_encrypt()
Dauthenc.c222 ablkcipher_request_set_tfm(abreq, enc); in crypto_authenc_encrypt()
263 ablkcipher_request_set_tfm(abreq, ctx->enc); in crypto_authenc_decrypt_tail()
Deseqiv.c86 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv)); in eseqiv_givencrypt()
Dauthencesn.c218 ablkcipher_request_set_tfm(abreq, enc); in crypto_authenc_esn_encrypt()
259 ablkcipher_request_set_tfm(abreq, ctx->enc); in crypto_authenc_esn_decrypt_tail()
Dskcipher.c152 ablkcipher_request_set_tfm(subreq, *ctx); in skcipher_crypt_ablkcipher()
Dseqiv.c113 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv)); in seqiv_givencrypt()
Dccm.c369 ablkcipher_request_set_tfm(abreq, ctx->ctr); in crypto_ccm_encrypt()
432 ablkcipher_request_set_tfm(abreq, ctx->ctr); in crypto_ccm_decrypt()
Dctr.c297 ablkcipher_request_set_tfm(subreq, child); in crypto_rfc3686_crypt()
Dgcm.c145 ablkcipher_request_set_tfm(&data->req, ctr); in crypto_gcm_setkey()
231 ablkcipher_request_set_tfm(ablk_req, ctx->ctr); in crypto_gcm_init_crypt()
/linux-4.4.14/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.4.14/drivers/crypto/
Dsahara.c673 ablkcipher_request_set_tfm(req, ctx->fallback); in sahara_aes_ecb_encrypt()
675 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in sahara_aes_ecb_encrypt()
691 ablkcipher_request_set_tfm(req, ctx->fallback); in sahara_aes_ecb_decrypt()
693 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in sahara_aes_ecb_decrypt()
709 ablkcipher_request_set_tfm(req, ctx->fallback); in sahara_aes_cbc_encrypt()
711 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in sahara_aes_cbc_encrypt()
727 ablkcipher_request_set_tfm(req, ctx->fallback); in sahara_aes_cbc_decrypt()
729 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.c903 ablkcipher_request_set_tfm(req, ctx->sw_cipher); in spacc_ablk_do_fallback()
906 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(old_tfm)); in spacc_ablk_do_fallback()
/linux-4.4.14/drivers/crypto/qce/
Dablkcipher.c207 ablkcipher_request_set_tfm(req, ctx->fallback); in qce_ablkcipher_crypt()
210 ablkcipher_request_set_tfm(req, __crypto_ablkcipher_cast(tfm)); in qce_ablkcipher_crypt()
/linux-4.4.14/include/linux/
Dcrypto.h955 static inline void ablkcipher_request_set_tfm( in ablkcipher_request_set_tfm() function
988 ablkcipher_request_set_tfm(req, tfm); in ablkcipher_request_alloc()
/linux-4.4.14/arch/x86/crypto/
Daesni-intel_glue.c861 ablkcipher_request_set_tfm(req, ctr_tfm); in rfc4106_set_hash_subkey()
/linux-4.4.14/drivers/md/
Ddm-crypt.c894 ablkcipher_request_set_tfm(ctx->req, cc->tfms[key_index]); in crypt_alloc_req()