Home
last modified time | relevance | path

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

/freebsd/sys/crypto/openssl/
H A Dossl_aes.c118 crypto_cursor_advance(&cc_in, crp->crp_payload_start); in ossl_aes_cbc()
122 crypto_cursor_advance(&cc_out, crp->crp_payload_output_start); in ossl_aes_cbc()
152 crypto_cursor_advance(&cc_out, seglen); in ossl_aes_cbc()
159 crypto_cursor_advance(&cc_in, seglen); in ossl_aes_cbc()
212 crypto_cursor_advance(&cc_in, crp->crp_aad_start); in ossl_aes_gcm()
219 crypto_cursor_advance(&cc_in, seglen); in ossl_aes_gcm()
224 crypto_cursor_advance(&cc_in, crp->crp_payload_start); in ossl_aes_gcm()
227 crypto_cursor_advance(&cc_out, crp->crp_payload_output_start); in ossl_aes_gcm()
245 crypto_cursor_advance(&cc_in, seglen); in ossl_aes_gcm()
246 crypto_cursor_advance(&cc_out, seglen); in ossl_aes_gcm()
H A Dossl_chacha20.c81 crypto_cursor_advance(&cc_in, crp->crp_payload_start); in ossl_chacha20()
85 crypto_cursor_advance(&cc_out, crp->crp_payload_output_start); in ossl_chacha20()
128 crypto_cursor_advance(&cc_out, todo); in ossl_chacha20()
135 crypto_cursor_advance(&cc_in, todo); in ossl_chacha20()
209 crypto_cursor_advance(&cc_in, crp->crp_payload_start); in ossl_chacha20_poly1305_encrypt()
213 crypto_cursor_advance(&cc_out, crp->crp_payload_output_start); in ossl_chacha20_poly1305_encrypt()
257 crypto_cursor_advance(&cc_out, todo); in ossl_chacha20_poly1305_encrypt()
264 crypto_cursor_advance(&cc_in, todo); in ossl_chacha20_poly1305_encrypt()
378 crypto_cursor_advance(&cc_in, crp->crp_payload_start); in ossl_chacha20_poly1305_decrypt()
382 crypto_cursor_advance(&cc_out, crp->crp_payload_output_start); in ossl_chacha20_poly1305_decrypt()
[all …]
/freebsd/sys/opencrypto/
H A Dcryptosoft.c145 crypto_cursor_advance(&cc_in, crp->crp_payload_start); in swcr_encdec()
148 crypto_cursor_advance(&cc_out, crp->crp_payload_output_start); in swcr_encdec()
192 crypto_cursor_advance(&cc_in, todo); in swcr_encdec()
201 crypto_cursor_advance(&cc_out, todo); in swcr_encdec()
356 crypto_cursor_advance(&cc, crp->crp_payload_start); in swcr_gmac()
361 crypto_cursor_advance(&cc, len); in swcr_gmac()
451 crypto_cursor_advance(&cc_in, crp->crp_aad_start); in swcr_gcm()
457 crypto_cursor_advance(&cc_in, inlen); in swcr_gcm()
474 crypto_cursor_advance(&cc_in, crp->crp_payload_start); in swcr_gcm()
477 crypto_cursor_advance(&cc_out, crp->crp_payload_output_start); in swcr_gcm()
[all …]
H A Dcryptodev.h678 void crypto_cursor_advance(struct crypto_buffer_cursor *cc, size_t amount);
H A Dcriov.c332 crypto_cursor_advance(struct crypto_buffer_cursor *cc, size_t amount) in crypto_cursor_advance() function
/freebsd/sys/crypto/armv8/
H A Darmv8_crypto_wrap.c139 crypto_cursor_advance(fromc, seglen); in armv8_aes_encrypt_cbc()
140 crypto_cursor_advance(toc, seglen); in armv8_aes_encrypt_cbc()
185 crypto_cursor_advance(fromc, oseglen - seglen); in armv8_aes_decrypt_cbc()
186 crypto_cursor_advance(toc, oseglen - seglen); in armv8_aes_decrypt_cbc()
283 crypto_cursor_advance(fromc, seglen); in armv8_aes_crypt_xts()
284 crypto_cursor_advance(toc, seglen); in armv8_aes_crypt_xts()
443 crypto_cursor_advance(fromc, seglen); in armv8_aes_encrypt_gcm()
444 crypto_cursor_advance(toc, seglen); in armv8_aes_encrypt_gcm()
479 crypto_cursor_advance(&fromcc, seglen); in armv8_aes_decrypt_gcm()
522 crypto_cursor_advance(fromc, seglen); in armv8_aes_decrypt_gcm()
[all …]
H A Darmv8_crypto.c330 crypto_cursor_advance(&fromc, crp->crp_payload_start); in armv8_crypto_cipher_process()
333 crypto_cursor_advance(&toc, crp->crp_payload_output_start); in armv8_crypto_cipher_process()
/freebsd/share/man/man9/
H A DMakefile984 crypto_buffer.9 crypto_cursor_advance.9 \