Home
last modified time | relevance | path

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

/freebsd-14.2/sys/crypto/openssl/
H A Dossl_aes.c114 crypto_cursor_init(&cc_in, &crp->crp_buf); in ossl_aes_cbc()
118 crypto_cursor_init(&cc_out, &crp->crp_obuf); in ossl_aes_cbc()
208 crypto_cursor_init(&cc_in, &crp->crp_buf); in ossl_aes_gcm()
220 crypto_cursor_init(&cc_in, &crp->crp_buf); in ossl_aes_gcm()
223 crypto_cursor_init(&cc_out, &crp->crp_obuf); in ossl_aes_gcm()
H A Dossl_chacha20.c80 crypto_cursor_init(&cc_in, &crp->crp_buf); in ossl_chacha20()
84 crypto_cursor_init(&cc_out, &crp->crp_obuf); in ossl_chacha20()
208 crypto_cursor_init(&cc_in, &crp->crp_buf); in ossl_chacha20_poly1305_encrypt()
212 crypto_cursor_init(&cc_out, &crp->crp_obuf); in ossl_chacha20_poly1305_encrypt()
377 crypto_cursor_init(&cc_in, &crp->crp_buf); in ossl_chacha20_poly1305_decrypt()
381 crypto_cursor_init(&cc_out, &crp->crp_obuf); in ossl_chacha20_poly1305_decrypt()
/freebsd-14.2/sys/opencrypto/
H A Dcryptosoft.c145 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_encdec()
148 crypto_cursor_init(&cc_out, &crp->crp_obuf); in swcr_encdec()
356 crypto_cursor_init(&cc, &crp->crp_buf); in swcr_gmac()
451 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_gcm()
474 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_gcm()
477 crypto_cursor_init(&cc_out, &crp->crp_obuf); in swcr_gcm()
560 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_gcm()
804 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_ccm()
895 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_ccm()
1011 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_chacha20_poly1305()
[all …]
H A Dcryptodev.h676 void crypto_cursor_init(struct crypto_buffer_cursor *cc,
H A Dcriov.c301 crypto_cursor_init(struct crypto_buffer_cursor *cc, in crypto_cursor_init() function
/freebsd-14.2/sys/crypto/armv8/
H A Darmv8_crypto.c330 crypto_cursor_init(&fromc, &crp->crp_buf); in armv8_crypto_cipher_process()
333 crypto_cursor_init(&toc, &crp->crp_obuf); in armv8_crypto_cipher_process()
/freebsd-14.2/share/man/man9/
H A DMakefile944 crypto_buffer.9 crypto_cursor_init.9 \