Searched refs:crypto_cursor_init (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/crypto/openssl/ |
H A D | ossl_aes.c | 117 crypto_cursor_init(&cc_in, &crp->crp_buf); in ossl_aes_cbc() 121 crypto_cursor_init(&cc_out, &crp->crp_obuf); in ossl_aes_cbc() 211 crypto_cursor_init(&cc_in, &crp->crp_buf); in ossl_aes_gcm() 223 crypto_cursor_init(&cc_in, &crp->crp_buf); in ossl_aes_gcm() 226 crypto_cursor_init(&cc_out, &crp->crp_obuf); in ossl_aes_gcm()
|
H A D | ossl_chacha20.c | 80 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 D | cryptosoft.c | 144 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() 806 crypto_cursor_init(&cc_out, &crp->crp_obuf); in swcr_ccm() 894 crypto_cursor_init(&cc_in, &crp->crp_buf); in swcr_ccm() [all …]
|
H A D | cryptodev.h | 676 void crypto_cursor_init(struct crypto_buffer_cursor *cc,
|
H A D | criov.c | 300 crypto_cursor_init(struct crypto_buffer_cursor *cc, in crypto_cursor_init() function
|
/freebsd/sys/crypto/armv8/ |
H A D | armv8_crypto.c | 329 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 D | Makefile | 974 crypto_buffer.9 crypto_cursor_init.9 \
|