Lines Matching refs:outseg
64 unsigned char *out, *outseg; in ossl_chacha20() local
88 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_chacha20()
100 out = outseg; in ossl_chacha20()
126 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_chacha20()
129 outseg += todo; in ossl_chacha20()
166 unsigned char *out, *outseg; in ossl_chacha20_poly1305_encrypt() local
216 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_chacha20_poly1305_encrypt()
228 out = outseg; in ossl_chacha20_poly1305_encrypt()
255 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_chacha20_poly1305_encrypt()
258 outseg += todo; in ossl_chacha20_poly1305_encrypt()
312 unsigned char *out, *outseg; in ossl_chacha20_poly1305_decrypt() local
385 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_chacha20_poly1305_decrypt()
397 out = outseg; in ossl_chacha20_poly1305_decrypt()
423 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_chacha20_poly1305_decrypt()
426 outseg += todo; in ossl_chacha20_poly1305_decrypt()