Searched refs:crypto_cursor_advance (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptosoft.c | 231 crypto_cursor_advance(&cc_in, blks); in swcr_encdec() 241 crypto_cursor_advance(&cc_out, blks); in swcr_encdec() 422 crypto_cursor_advance(&cc, len); in swcr_gmac() 525 crypto_cursor_advance(&cc_in, len); in swcr_gcm() 556 crypto_cursor_advance(&cc_in, blksz); in swcr_gcm() 568 crypto_cursor_advance(&cc_out, blksz); in swcr_gcm() 617 crypto_cursor_advance(&cc_in, blksz); in swcr_gcm() 627 crypto_cursor_advance(&cc_out, blksz); in swcr_gcm() 774 crypto_cursor_advance(&cc_in, blksz); in swcr_ccm() 786 crypto_cursor_advance(&cc_out, blksz); in swcr_ccm() [all …]
|
| H A D | cryptodev.h | 705 void crypto_cursor_advance(struct crypto_buffer_cursor *cc, size_t amount);
|
| H A D | criov.c | 275 crypto_cursor_advance(struct crypto_buffer_cursor *cc, size_t amount) in crypto_cursor_advance() function
|