Home
last modified time | relevance | path

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

/freebsd/sys/crypto/openssl/
H A Dossl_chacha20.c91 crypto_cursor_copydata(&cc_in, CHACHA_BLK_SIZE, block); in ossl_chacha20()
144 crypto_cursor_copydata(&cc_in, resid, block); in ossl_chacha20()
219 crypto_cursor_copydata(&cc_in, CHACHA_BLK_SIZE, block); in ossl_chacha20_poly1305_encrypt()
273 crypto_cursor_copydata(&cc_in, resid, block); in ossl_chacha20_poly1305_encrypt()
388 crypto_cursor_copydata(&cc_in, CHACHA_BLK_SIZE, block); in ossl_chacha20_poly1305_decrypt()
441 crypto_cursor_copydata(&cc_in, resid, block); in ossl_chacha20_poly1305_decrypt()
H A Dossl_aes.c130 crypto_cursor_copydata(&cc_in, blocklen, block); in ossl_aes_cbc()
/freebsd/sys/opencrypto/
H A Dcryptosoft.c173 crypto_cursor_copydata(&cc_in, blksz, blk); in swcr_encdec()
217 crypto_cursor_copydata(&cc_in, resid, blk); in swcr_encdec()
364 crypto_cursor_copydata(&cc, len, blk); in swcr_gmac()
371 crypto_cursor_copydata(&cc, resid, blk); in swcr_gmac()
460 crypto_cursor_copydata(&cc_in, inlen, blk); in swcr_gcm()
467 crypto_cursor_copydata(&cc_in, resid, blk); in swcr_gcm()
489 crypto_cursor_copydata(&cc_in, blksz, blk); in swcr_gcm()
528 crypto_cursor_copydata(&cc_in, resid, blk); in swcr_gcm()
570 crypto_cursor_copydata(&cc_in, blksz, blk); in swcr_gcm()
603 crypto_cursor_copydata(&cc_in, resid, blk); in swcr_gcm()
[all …]
H A Dcriov.c541 crypto_cursor_copydata(struct crypto_buffer_cursor *cc, int size, void *vdst) in crypto_cursor_copydata() function
641 crypto_cursor_copydata(&copy, size, vdst); in crypto_cursor_copydata_noadv()
H A Dcryptodev.h682 void crypto_cursor_copydata(struct crypto_buffer_cursor *cc, int size,
/freebsd/sys/crypto/armv8/
H A Darmv8_crypto_wrap.c118 crypto_cursor_copydata(fromc, AES_BLOCK_LEN, block); in armv8_aes_encrypt_cbc()
166 crypto_cursor_copydata(fromc, AES_BLOCK_LEN, block); in armv8_aes_decrypt_cbc()
269 crypto_cursor_copydata(fromc, AES_XTS_BLOCKSIZE, block); in armv8_aes_crypt_xts()
416 crypto_cursor_copydata(fromc, (int)seglen, block); in armv8_aes_encrypt_gcm()
483 crypto_cursor_copydata(&fromcc, seglen, block); in armv8_aes_decrypt_gcm()
505 crypto_cursor_copydata(fromc, seglen, block); in armv8_aes_decrypt_gcm()
/freebsd/share/man/man9/
H A DMakefile986 crypto_buffer.9 crypto_cursor_copydata.9 \