Searched refs:spu_sg_at_offset (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | util.h | 70 int spu_sg_at_offset(struct scatterlist *sg, unsigned int skip,
|
H A D | util.c | 16 * spu_sg_at_offset() - Find the scatterlist entry at a given distance from the 27 int spu_sg_at_offset(struct scatterlist *sg, unsigned int skip, in spu_sg_at_offset() function 102 if (spu_sg_at_offset(sg_list, skip, &sg, &offset) < 0) in spu_sg_count()
|
H A D | cipher.c | 2674 if (spu_sg_at_offset(req->src, req->assoclen, &rctx->src_sg, in aead_enqueue() 2692 if (spu_sg_at_offset(req->dst, req->assoclen, &rctx->dst_sg, in aead_enqueue()
|
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | util.h | 84 int spu_sg_at_offset(struct scatterlist *sg, unsigned int skip,
|
H A D | util.c | 16 * spu_sg_at_offset() - Find the scatterlist entry at a given distance from the 27 int spu_sg_at_offset(struct scatterlist *sg, unsigned int skip, in spu_sg_at_offset() function 102 if (spu_sg_at_offset(sg_list, skip, &sg, &offset) < 0) in spu_sg_count()
|
H A D | cipher.c | 2635 if (spu_sg_at_offset(req->src, req->assoclen, &rctx->src_sg, in aead_enqueue() 2653 if (spu_sg_at_offset(req->dst, req->assoclen, &rctx->dst_sg, in aead_enqueue()
|
Completed in 14 milliseconds