Searched refs:__sg_count (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/crypto/caam/ |
D | sg_sw_sec4.h | 59 static inline int __sg_count(struct scatterlist *sg_list, int nbytes, in __sg_count() function 80 int sg_nents = __sg_count(sg_list, nbytes, chained); in sg_count()
|
D | caamhash.c | 800 src_nents = __sg_count(req->src, req->nbytes - (*next_buflen), in ahash_update_ctx() 1003 src_nents = __sg_count(req->src, req->nbytes, &chained); in ahash_finup_ctx() 1240 src_nents = __sg_count(req->src, req->nbytes - (*next_buflen), in ahash_update_no_ctx() 1350 src_nents = __sg_count(req->src, req->nbytes, &chained); in ahash_finup_no_ctx()
|