Searched refs:crypto_cursor_segment (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/crypto/openssl/ |
| H A D | ossl_chacha20.c | 82 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 D | ossl_aes.c | 119 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_aes_cbc() 126 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_aes_cbc() 150 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_aes_cbc() 157 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_aes_cbc() 215 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_aes_gcm() 233 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_aes_gcm() 234 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_aes_gcm()
|
| /freebsd/sys/opencrypto/ |
| H A D | cryptosoft.c | 163 inblk = crypto_cursor_segment(&cc_in, &inlen); in swcr_encdec() 165 outblk = crypto_cursor_segment(&cc_out, &outlen); in swcr_encdec() 190 inblk = crypto_cursor_segment(&cc_in, &inlen); in swcr_encdec() 199 outblk = crypto_cursor_segment(&cc_out, &outlen); in swcr_encdec() 214 inblk = crypto_cursor_segment(&cc_in, &inlen); in swcr_encdec() 215 outblk = crypto_cursor_segment(&cc_out, &outlen); in swcr_encdec() 358 inblk = crypto_cursor_segment(&cc, &len); in swcr_gmac() 454 inblk = crypto_cursor_segment(&cc_in, &inlen); in swcr_gcm() 484 inblk = crypto_cursor_segment(&cc_in, &inlen); in swcr_gcm() 486 outblk = crypto_cursor_segment(&cc_out, &outlen); in swcr_gcm() [all …]
|
| H A D | cryptodev.h | 679 void *crypto_cursor_segment(struct crypto_buffer_cursor *cc, size_t *len);
|
| H A D | criov.c | 404 crypto_cursor_segment(struct crypto_buffer_cursor *cc, size_t *len) in crypto_cursor_segment() function
|
| /freebsd/sys/crypto/armv8/ |
| H A D | armv8_crypto_wrap.c | 113 from = crypto_cursor_segment(fromc, &fromseglen); in armv8_aes_encrypt_cbc() 114 to = crypto_cursor_segment(toc, &toseglen); in armv8_aes_encrypt_cbc() 161 from = crypto_cursor_segment(fromc, &fromseglen); in armv8_aes_decrypt_cbc() 162 to = crypto_cursor_segment(toc, &toseglen); in armv8_aes_decrypt_cbc() 264 from = crypto_cursor_segment(fromc, &fromseglen); in armv8_aes_crypt_xts() 265 to = crypto_cursor_segment(toc, &toseglen); in armv8_aes_crypt_xts() 408 from64 = crypto_cursor_segment(fromc, &fromseglen); in armv8_aes_encrypt_gcm() 409 to64 = crypto_cursor_segment(toc, &toseglen); in armv8_aes_encrypt_gcm() 474 from = crypto_cursor_segment(&fromcc, &fromseglen); in armv8_aes_decrypt_gcm() 497 from64 = crypto_cursor_segment(fromc, &fromseglen); in armv8_aes_decrypt_gcm() [all …]
|
| /freebsd/share/man/man9/ |
| H A D | Makefile | 985 crypto_buffer.9 crypto_cursor_segment.9 \
|