Searched refs:crypto_cursor_init (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/crypto/openssl/ |
| H A D | ossl_chacha20.c | 66 crypto_cursor_init(&cc_in, &crp->crp_buf); in ossl_chacha20() 70 crypto_cursor_init(&cc_out, &crp->crp_obuf); in ossl_chacha20() 194 crypto_cursor_init(&cc_in, &crp->crp_buf); in ossl_chacha20_poly1305_encrypt() 198 crypto_cursor_init(&cc_out, &crp->crp_obuf); in ossl_chacha20_poly1305_encrypt() 363 crypto_cursor_init(&cc_in, &crp->crp_buf); in ossl_chacha20_poly1305_decrypt() 367 crypto_cursor_init(&cc_out, &crp->crp_obuf); in ossl_chacha20_poly1305_decrypt()
|
| /freebsd-13.1/sys/opencrypto/ |
| H A D | cryptosoft.c | 157 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_encdec() 161 crypto_cursor_init(&cc_out, &crp->crp_obuf); in swcr_encdec() 412 crypto_cursor_init(&cc, &crp->crp_buf); in swcr_gmac() 511 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_gcm() 539 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_gcm() 542 crypto_cursor_init(&cc_out, &crp->crp_obuf); in swcr_gcm() 603 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_gcm() 825 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_ccm() 894 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_ccm() 986 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_chacha20_poly1305() [all …]
|
| H A D | cryptodev.h | 731 void crypto_cursor_init(struct crypto_buffer_cursor *cc,
|
| H A D | criov.c | 302 crypto_cursor_init(struct crypto_buffer_cursor *cc, in crypto_cursor_init() function
|
| /freebsd-13.1/share/man/man9/ |
| H A D | Makefile | 929 crypto_buffer.9 crypto_cursor_init.9 \
|