Searched refs:minbytesneeded (Results 1 – 1 of 1) sorted by relevance
709 static int gcm_in_walk_go(struct gcm_sg_walk *gw, unsigned int minbytesneeded) in gcm_in_walk_go() argument713 if (gw->buf_bytes && gw->buf_bytes >= minbytesneeded) { in gcm_in_walk_go()731 if (!gw->buf_bytes && gw->walk_bytes >= minbytesneeded) { in gcm_in_walk_go()742 if (gw->buf_bytes >= minbytesneeded) { in gcm_in_walk_go()758 static int gcm_out_walk_go(struct gcm_sg_walk *gw, unsigned int minbytesneeded) in gcm_out_walk_go() argument772 if (gw->walk_bytes >= minbytesneeded) { in gcm_out_walk_go()