Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcryptosoft.c182 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 Dcriov.c469 crypto_cursor_copydata(struct crypto_buffer_cursor *cc, int size, void *vdst) in crypto_cursor_copydata() function
561 crypto_cursor_copydata(&copy, size, vdst); in crypto_cursor_copydata_noadv()
H A Dcryptodev.h710 void crypto_cursor_copydata(struct crypto_buffer_cursor *cc, int size,