Home
last modified time | relevance | path

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

/freebsd/sys/crypto/openssl/
H A Dossl_aes.c113 crypto_cursor_init(&cc_in, &crp->crp_buf); in ossl_aes_cbc()
117 crypto_cursor_init(&cc_out, &crp->crp_obuf); in ossl_aes_cbc()
207 crypto_cursor_init(&cc_in, &crp->crp_buf); in ossl_aes_gcm()
219 crypto_cursor_init(&cc_in, &crp->crp_buf); in ossl_aes_gcm()
222 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/sys/opencrypto/
H A Dcryptosoft.c144 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_encdec()
147 crypto_cursor_init(&cc_out, &crp->crp_obuf); in swcr_encdec()
355 crypto_cursor_init(&cc, &crp->crp_buf); in swcr_gmac()
450 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_gcm()
473 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_gcm()
476 crypto_cursor_init(&cc_out, &crp->crp_obuf); in swcr_gcm()
559 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_gcm()
803 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_ccm()
894 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_ccm()
1010 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.c300 crypto_cursor_init(struct crypto_buffer_cursor *cc, in crypto_cursor_init() function
/freebsd/sys/crypto/armv8/
H A Darmv8_crypto.c329 crypto_cursor_init(&fromc, &crp->crp_buf); in armv8_crypto_cipher_process()
332 crypto_cursor_init(&toc, &crp->crp_obuf); in armv8_crypto_cipher_process()
/freebsd/share/man/man9/
H A DMakefile946 crypto_buffer.9 crypto_cursor_init.9 \