Searched refs:spu_sg_count (Results 1 – 3 of 3) sorted by relevance
/drivers/crypto/bcm/ |
D | util.h | 94 int spu_sg_count(struct scatterlist *sg_list, unsigned int skip, int nbytes);
|
D | util.c | 93 int spu_sg_count(struct scatterlist *sg_list, unsigned int skip, int nbytes) in spu_sg_count() function
|
D | cipher.c | 348 rctx->src_nents = spu_sg_count(rctx->src_sg, rctx->src_skip, chunksize); in handle_skcipher_req() 349 rctx->dst_nents = spu_sg_count(rctx->dst_sg, rctx->dst_skip, chunksize); in handle_skcipher_req() 769 rctx->src_nents = spu_sg_count(rctx->src_sg, rctx->src_skip, in handle_ahash_req() 1344 rctx->src_nents = spu_sg_count(rctx->src_sg, rctx->src_skip, chunksize); in handle_aead_req() 1345 rctx->dst_nents = spu_sg_count(rctx->dst_sg, rctx->dst_skip, chunksize); in handle_aead_req() 1347 assoc_nents = spu_sg_count(rctx->assoc, 0, in handle_aead_req()
|