Searched refs:spu_sg_count (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/crypto/bcm/ |
D | util.h | 91 int spu_sg_count(struct scatterlist *sg_list, unsigned int skip, int nbytes);
|
D | util.c | 104 int spu_sg_count(struct scatterlist *sg_list, unsigned int skip, int nbytes) in spu_sg_count() function
|
D | cipher.c | 363 rctx->src_nents = spu_sg_count(rctx->src_sg, rctx->src_skip, chunksize); in handle_ablkcipher_req() 364 rctx->dst_nents = spu_sg_count(rctx->dst_sg, rctx->dst_skip, chunksize); in handle_ablkcipher_req() 816 rctx->src_nents = spu_sg_count(rctx->src_sg, rctx->src_skip, in handle_ahash_req() 1392 rctx->src_nents = spu_sg_count(rctx->src_sg, rctx->src_skip, chunksize); in handle_aead_req() 1393 rctx->dst_nents = spu_sg_count(rctx->dst_sg, rctx->dst_skip, chunksize); in handle_aead_req() 1395 assoc_nents = spu_sg_count(rctx->assoc, 0, in handle_aead_req()
|