Home
last modified time | relevance | path

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

/freebsd-14.2/sys/crypto/openssl/
H A Dossl_chacha20.c82 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_chacha20()
88 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_chacha20()
126 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_chacha20()
133 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_chacha20()
210 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_chacha20_poly1305_encrypt()
216 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_chacha20_poly1305_encrypt()
255 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_chacha20_poly1305_encrypt()
262 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_chacha20_poly1305_encrypt()
379 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_chacha20_poly1305_decrypt()
385 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_chacha20_poly1305_decrypt()
[all …]
H A Dossl_aes.c116 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_aes_cbc()
123 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_aes_cbc()
147 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_aes_cbc()
154 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_aes_cbc()
212 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_aes_gcm()
230 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_aes_gcm()
231 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_aes_gcm()
/freebsd-14.2/sys/opencrypto/
H A Dcryptosoft.c164 inblk = crypto_cursor_segment(&cc_in, &inlen); in swcr_encdec()
191 inblk = crypto_cursor_segment(&cc_in, &inlen); in swcr_encdec()
215 inblk = crypto_cursor_segment(&cc_in, &inlen); in swcr_encdec()
359 inblk = crypto_cursor_segment(&cc, &len); in swcr_gmac()
455 inblk = crypto_cursor_segment(&cc_in, &inlen); in swcr_gcm()
595 outblk = crypto_cursor_segment(&cc_out, in swcr_gcm()
904 outblk = crypto_cursor_segment(&cc_out, in swcr_ccm()
932 outblk = crypto_cursor_segment(&cc_out, in swcr_ccm()
1026 outblk = crypto_cursor_segment(&cc_out, in swcr_chacha20_poly1305()
1109 outblk = crypto_cursor_segment(&cc_out, in swcr_chacha20_poly1305()
[all …]
H A Dcryptodev.h679 void *crypto_cursor_segment(struct crypto_buffer_cursor *cc, size_t *len);
H A Dcriov.c405 crypto_cursor_segment(struct crypto_buffer_cursor *cc, size_t *len) in crypto_cursor_segment() function
/freebsd-14.2/sys/crypto/armv8/
H A Darmv8_crypto_wrap.c114 from = crypto_cursor_segment(fromc, &fromseglen); in armv8_aes_encrypt_cbc()
115 to = crypto_cursor_segment(toc, &toseglen); in armv8_aes_encrypt_cbc()
162 from = crypto_cursor_segment(fromc, &fromseglen); in armv8_aes_decrypt_cbc()
163 to = crypto_cursor_segment(toc, &toseglen); in armv8_aes_decrypt_cbc()
265 from = crypto_cursor_segment(fromc, &fromseglen); in armv8_aes_crypt_xts()
266 to = crypto_cursor_segment(toc, &toseglen); in armv8_aes_crypt_xts()
409 from64 = crypto_cursor_segment(fromc, &fromseglen); in armv8_aes_encrypt_gcm()
410 to64 = crypto_cursor_segment(toc, &toseglen); in armv8_aes_encrypt_gcm()
475 from = crypto_cursor_segment(&fromcc, &fromseglen); in armv8_aes_decrypt_gcm()
498 from64 = crypto_cursor_segment(fromc, &fromseglen); in armv8_aes_decrypt_gcm()
[all …]
/freebsd-14.2/share/man/man9/
H A DMakefile949 crypto_buffer.9 crypto_cursor_segment.9 \