Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dcryptosoft.c109 unsigned char *outblk; in swcr_encdec() local
165 outblk = crypto_cursor_segment(&cc_out, &outlen); in swcr_encdec()
178 outblk = blk; in swcr_encdec()
185 exf->encrypt_multi(ctx, inblk, outblk, todo); in swcr_encdec()
187 exf->decrypt_multi(ctx, inblk, outblk, todo); in swcr_encdec()
197 if (outblk == blk) { in swcr_encdec()
199 outblk = crypto_cursor_segment(&cc_out, &outlen); in swcr_encdec()
203 outblk += todo; in swcr_encdec()
215 outblk = crypto_cursor_segment(&cc_out, &outlen); in swcr_encdec()
221 outblk = blk; in swcr_encdec()
[all …]