Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/bcm/
Dutil.h80 int spu_sg_count(struct scatterlist *sg_list, unsigned int skip, int nbytes);
Dutil.c93 int spu_sg_count(struct scatterlist *sg_list, unsigned int skip, int nbytes) in spu_sg_count() function
Dcipher.c352 rctx->src_nents = spu_sg_count(rctx->src_sg, rctx->src_skip, chunksize); in handle_ablkcipher_req()
353 rctx->dst_nents = spu_sg_count(rctx->dst_sg, rctx->dst_skip, chunksize); in handle_ablkcipher_req()
805 rctx->src_nents = spu_sg_count(rctx->src_sg, rctx->src_skip, in handle_ahash_req()
1381 rctx->src_nents = spu_sg_count(rctx->src_sg, rctx->src_skip, chunksize); in handle_aead_req()
1382 rctx->dst_nents = spu_sg_count(rctx->dst_sg, rctx->dst_skip, chunksize); in handle_aead_req()
1384 assoc_nents = spu_sg_count(rctx->assoc, 0, in handle_aead_req()