Home
last modified time | relevance | path

Searched refs:crypto_cursor_copyback (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dcryptosoft.c237 crypto_cursor_copyback(&cc_out, blks, blk); in swcr_encdec()
277 crypto_cursor_copyback(&cc_out, resid, blk); in swcr_encdec()
566 crypto_cursor_copyback(&cc_out, blksz, blk); in swcr_gcm()
577 crypto_cursor_copyback(&cc_out, resid, blk); in swcr_gcm()
625 crypto_cursor_copyback(&cc_out, blksz, blk); in swcr_gcm()
632 crypto_cursor_copyback(&cc_out, resid, blk); in swcr_gcm()
784 crypto_cursor_copyback(&cc_out, blksz, blk); in swcr_ccm()
805 crypto_cursor_copyback(&cc_out, resid, blk); in swcr_ccm()
849 crypto_cursor_copyback(&cc_out, blksz, blk); in swcr_ccm()
856 crypto_cursor_copyback(&cc_out, resid, blk); in swcr_ccm()
H A Dcryptodev.h708 void crypto_cursor_copyback(struct crypto_buffer_cursor *cc, int size,
H A Dcriov.c387 crypto_cursor_copyback(struct crypto_buffer_cursor *cc, int size, in crypto_cursor_copyback() function