Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c186 dma_addr_t sh_desc_givenc_dma; member
700 if (dma_mapping_error(jrdev, ctx->sh_desc_givenc_dma)) { in aead_set_sh_desc()
1691 ctx->sh_desc_givenc_dma = dma_map_single(jrdev, desc, in ablkcipher_setkey()
1694 if (dma_mapping_error(jrdev, ctx->sh_desc_givenc_dma)) { in ablkcipher_setkey()
2845 init_ablkcipher_giv_job(ctx->sh_desc_givenc, ctx->sh_desc_givenc_dma, in ablkcipher_givencrypt()
4374 if (ctx->sh_desc_givenc_dma && in caam_exit_common()
4375 !dma_mapping_error(ctx->jrdev, ctx->sh_desc_givenc_dma)) in caam_exit_common()
4376 dma_unmap_single(ctx->jrdev, ctx->sh_desc_givenc_dma, in caam_exit_common()