Lines Matching refs:crypto_cursor_advance
145 crypto_cursor_advance(&cc_in, crp->crp_payload_start); in swcr_encdec()
148 crypto_cursor_advance(&cc_out, crp->crp_payload_output_start); in swcr_encdec()
192 crypto_cursor_advance(&cc_in, todo); in swcr_encdec()
201 crypto_cursor_advance(&cc_out, todo); in swcr_encdec()
356 crypto_cursor_advance(&cc, crp->crp_payload_start); in swcr_gmac()
361 crypto_cursor_advance(&cc, len); in swcr_gmac()
451 crypto_cursor_advance(&cc_in, crp->crp_aad_start); in swcr_gcm()
457 crypto_cursor_advance(&cc_in, inlen); in swcr_gcm()
474 crypto_cursor_advance(&cc_in, crp->crp_payload_start); in swcr_gcm()
477 crypto_cursor_advance(&cc_out, crp->crp_payload_output_start); in swcr_gcm()
510 crypto_cursor_advance(&cc_out, todo); in swcr_gcm()
522 crypto_cursor_advance(&cc_in, todo); in swcr_gcm()
560 crypto_cursor_advance(&cc_in, crp->crp_payload_start); in swcr_gcm()
587 crypto_cursor_advance(&cc_in, todo); in swcr_gcm()
597 crypto_cursor_advance(&cc_out, todo); in swcr_gcm()
804 crypto_cursor_advance(&cc_in, crp->crp_payload_start); in swcr_ccm()
807 crypto_cursor_advance(&cc_out, crp->crp_payload_output_start); in swcr_ccm()
840 crypto_cursor_advance(&cc_out, todo); in swcr_ccm()
861 crypto_cursor_advance(&cc_in, todo); in swcr_ccm()
895 crypto_cursor_advance(&cc_in, crp->crp_payload_start); in swcr_ccm()
924 crypto_cursor_advance(&cc_in, todo); in swcr_ccm()
934 crypto_cursor_advance(&cc_out, todo); in swcr_ccm()
1011 crypto_cursor_advance(&cc_in, crp->crp_payload_start); in swcr_chacha20_poly1305()
1014 crypto_cursor_advance(&cc_out, crp->crp_payload_output_start); in swcr_chacha20_poly1305()
1048 crypto_cursor_advance(&cc_in, todo); in swcr_chacha20_poly1305()
1057 crypto_cursor_advance(&cc_out, todo); in swcr_chacha20_poly1305()
1100 crypto_cursor_advance(&cc_in, crp->crp_payload_start); in swcr_chacha20_poly1305()
1128 crypto_cursor_advance(&cc_in, todo); in swcr_chacha20_poly1305()
1138 crypto_cursor_advance(&cc_out, todo); in swcr_chacha20_poly1305()