Searched refs:spu_sg_at_offset (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/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 | 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 | 2638 if (spu_sg_at_offset(req->src, req->assoclen, &rctx->src_sg, in aead_enqueue() 2656 if (spu_sg_at_offset(req->dst, req->assoclen, &rctx->dst_sg, in aead_enqueue()
|