Home
last modified time | relevance | path

Searched refs:minbytesneeded (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/crypto/
H A Daes_s390.c711 static int gcm_in_walk_go(struct gcm_sg_walk *gw, unsigned int minbytesneeded) in gcm_in_walk_go() argument
715 if (gw->buf_bytes && gw->buf_bytes >= minbytesneeded) { in gcm_in_walk_go()
733 if (!gw->buf_bytes && gw->walk_bytes >= minbytesneeded) { in gcm_in_walk_go()
744 if (gw->buf_bytes >= minbytesneeded) { in gcm_in_walk_go()
760 static int gcm_out_walk_go(struct gcm_sg_walk *gw, unsigned int minbytesneeded) in gcm_out_walk_go() argument
774 if (gw->walk_bytes >= minbytesneeded) { in gcm_out_walk_go()
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Daes_s390.c708 static int gcm_in_walk_go(struct gcm_sg_walk *gw, unsigned int minbytesneeded) in gcm_in_walk_go() argument
712 if (gw->buf_bytes && gw->buf_bytes >= minbytesneeded) { in gcm_in_walk_go()
730 if (!gw->buf_bytes && gw->walk_bytes >= minbytesneeded) { in gcm_in_walk_go()
741 if (gw->buf_bytes >= minbytesneeded) { in gcm_in_walk_go()
757 static int gcm_out_walk_go(struct gcm_sg_walk *gw, unsigned int minbytesneeded) in gcm_out_walk_go() argument
771 if (gw->walk_bytes >= minbytesneeded) { in gcm_out_walk_go()

Completed in 4 milliseconds