Lines Matching refs:crypto_cursor_seglen
156 inlen = crypto_cursor_seglen(&cc_in); in swcr_encdec()
163 outlen = crypto_cursor_seglen(&cc_out); in swcr_encdec()
228 inlen = crypto_cursor_seglen(&cc_in); in swcr_encdec()
238 outlen = crypto_cursor_seglen(&cc_out); in swcr_encdec()
259 inlen = crypto_cursor_seglen(&cc_in); in swcr_encdec()
260 outlen = crypto_cursor_seglen(&cc_out); in swcr_encdec()
418 len = crypto_cursor_seglen(&cc); in swcr_gmac()
521 len = crypto_cursor_seglen(&cc_in); in swcr_gcm()
551 if (crypto_cursor_seglen(&cc_in) < blksz) { in swcr_gcm()
559 if (crypto_cursor_seglen(&cc_out) < blksz) in swcr_gcm()
612 if (crypto_cursor_seglen(&cc_in) < blksz) { in swcr_gcm()
619 if (crypto_cursor_seglen(&cc_out) < blksz) in swcr_gcm()
769 if (crypto_cursor_seglen(&cc_in) < blksz) { in swcr_ccm()
777 if (crypto_cursor_seglen(&cc_out) < blksz) in swcr_ccm()
836 if (crypto_cursor_seglen(&cc_in) < blksz) { in swcr_ccm()
843 if (crypto_cursor_seglen(&cc_out) < blksz) in swcr_ccm()