Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcryptosoft.c109 struct crypto_buffer_cursor cc_in, cc_out; in swcr_encdec() local
162 cc_out = cc_in; in swcr_encdec()
163 outlen = crypto_cursor_seglen(&cc_out); in swcr_encdec()
164 outblk = crypto_cursor_segbase(&cc_out); in swcr_encdec()
238 outlen = crypto_cursor_seglen(&cc_out); in swcr_encdec()
239 outblk = crypto_cursor_segbase(&cc_out); in swcr_encdec()
241 crypto_cursor_advance(&cc_out, blks); in swcr_encdec()
260 outlen = crypto_cursor_seglen(&cc_out); in swcr_encdec()
269 outblk = crypto_cursor_segbase(&cc_out); in swcr_encdec()
549 cc_out = cc_in; in swcr_gcm()
[all …]