Searched refs:crypto_cursor_copydata (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptosoft.c | 182 crypto_cursor_copydata(&cc_in, blks, blk); in swcr_encdec() 262 crypto_cursor_copydata(&cc_in, resid, blk); in swcr_encdec() 425 crypto_cursor_copydata(&cc, len, blk); in swcr_gmac() 432 crypto_cursor_copydata(&cc, resid, blk); in swcr_gmac() 528 crypto_cursor_copydata(&cc_in, len, blk); in swcr_gcm() 535 crypto_cursor_copydata(&cc_in, resid, blk); in swcr_gcm() 552 crypto_cursor_copydata(&cc_in, blksz, blk); in swcr_gcm() 574 crypto_cursor_copydata(&cc_in, resid, blk); in swcr_gcm() 630 crypto_cursor_copydata(&cc_in, resid, blk); in swcr_gcm() 770 crypto_cursor_copydata(&cc_in, blksz, blk); in swcr_ccm() [all …]
|
| H A D | criov.c | 469 crypto_cursor_copydata(struct crypto_buffer_cursor *cc, int size, void *vdst) in crypto_cursor_copydata() function 561 crypto_cursor_copydata(©, size, vdst); in crypto_cursor_copydata_noadv()
|
| H A D | cryptodev.h | 710 void crypto_cursor_copydata(struct crypto_buffer_cursor *cc, int size,
|