Searched refs:dst_chained (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/crypto/qce/
H A Dcipher.h36 * @dst_chained: is destination chained
51 bool dst_chained; member in struct:qce_cipher_reqctx
H A Dablkcipher.c48 rctx->dst_chained); qce_ablkcipher_done()
50 rctx->dst_chained); qce_ablkcipher_done()
87 &rctx->dst_chained); qce_ablkcipher_async_req_handle()
90 rctx->dst_chained = rctx->src_chained; qce_ablkcipher_async_req_handle()
120 rctx->dst_chained); qce_ablkcipher_async_req_handle()
156 rctx->dst_chained); qce_ablkcipher_async_req_handle()
/linux-4.1.27/drivers/crypto/caam/
H A Dcaamalg.c2085 * @dst_chained: if destination is chained
2098 bool dst_chained; member in struct:aead_edesc
2111 * @dst_chained: if destination is chained
2122 bool dst_chained; member in struct:ablkcipher_edesc
2132 bool src_chained, int dst_nents, bool dst_chained, caam_unmap()
2140 dst_chained); caam_unmap()
2165 edesc->dst_chained, edesc->iv_dma, ivsize, aead_unmap()
2178 edesc->dst_chained, edesc->iv_dma, ivsize, ablkcipher_unmap()
2625 bool assoc_chained = false, src_chained = false, dst_chained = false; aead_edesc_alloc() local
2638 &dst_chained); aead_edesc_alloc()
2655 DMA_FROM_DEVICE, dst_chained); aead_edesc_alloc()
2706 edesc->dst_chained = dst_chained; aead_edesc_alloc()
2854 bool assoc_chained = false, src_chained = false, dst_chained = false; aead_giv_edesc_alloc() local
2863 &dst_chained); aead_giv_edesc_alloc()
2874 DMA_FROM_DEVICE, dst_chained); aead_giv_edesc_alloc()
2946 edesc->dst_chained = dst_chained; aead_giv_edesc_alloc()
3071 bool src_chained = false, dst_chained = false; ablkcipher_edesc_alloc() local
3077 dst_nents = sg_count(req->dst, req->nbytes, &dst_chained); ablkcipher_edesc_alloc()
3086 DMA_FROM_DEVICE, dst_chained); ablkcipher_edesc_alloc()
3117 edesc->dst_chained = dst_chained; ablkcipher_edesc_alloc()
3250 bool src_chained = false, dst_chained = false; ablkcipher_giv_edesc_alloc() local
3256 dst_nents = sg_count(req->dst, req->nbytes, &dst_chained); ablkcipher_giv_edesc_alloc()
3265 DMA_FROM_DEVICE, dst_chained); ablkcipher_giv_edesc_alloc()
3296 edesc->dst_chained = dst_chained; ablkcipher_giv_edesc_alloc()
2130 caam_unmap(struct device *dev, struct scatterlist *src, struct scatterlist *dst, int src_nents, bool src_chained, int dst_nents, bool dst_chained, dma_addr_t iv_dma, int ivsize, dma_addr_t sec4_sg_dma, int sec4_sg_bytes) caam_unmap() argument
/linux-4.1.27/drivers/crypto/
H A Dtalitos.c712 * @dst_chained: whether dst is chained or not
729 bool dst_chained; member in struct:talitos_edesc
775 if (edesc->dst_chained) talitos_sg_unmap()
1048 DMA_FROM_DEVICE, edesc->dst_chained); ipsec_esp()
1128 bool assoc_chained = false, src_chained = false, dst_chained = false; talitos_edesc_alloc() local
1166 &dst_chained); talitos_edesc_alloc()
1206 edesc->dst_chained = dst_chained; talitos_edesc_alloc()
1426 DMA_FROM_DEVICE, edesc->dst_chained); common_nonsnoop()

Completed in 107 milliseconds