Home
last modified time | relevance | path

Searched refs:crypto_read_iv (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/crypto/openssl/
H A Dossl_aes.c114 crypto_read_iv(crp, iv); in ossl_aes_cbc()
204 crypto_read_iv(crp, iv); in ossl_aes_gcm()
H A Dossl_chacha20.c75 crypto_read_iv(crp, counter); in ossl_chacha20()
179 crypto_read_iv(crp, counter + (CHACHA_CTR_SIZE - csp->csp_ivlen) / 4); in ossl_chacha20_poly1305_encrypt()
326 crypto_read_iv(crp, counter + (CHACHA_CTR_SIZE - csp->csp_ivlen) / 4); in ossl_chacha20_poly1305_decrypt()
/freebsd/sys/crypto/via/
H A Dpadlock_cipher.c208 crypto_read_iv(crp, iv); in padlock_cipher_process()
/freebsd/sys/crypto/armv8/
H A Darmv8_crypto.c343 crypto_read_iv(crp, iv); in armv8_crypto_cipher_process()
/freebsd/sys/opencrypto/
H A Dcryptodev.h695 crypto_read_iv(struct cryptop *crp, void *iv) in crypto_read_iv() function
H A Dcryptosoft.c141 crypto_read_iv(crp, blk); in swcr_encdec()
352 crypto_read_iv(crp, blk); in swcr_gmac()
/freebsd/sys/dev/glxsb/
H A Dglxsb.c656 crypto_read_iv(crp, op_iv); in glxsb_crypto_encdec()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c700 crypto_read_iv(crp, iv); in ccr_cipher()
1001 crypto_read_iv(crp, iv); in ccr_eta()
1290 crypto_read_iv(crp, iv); in ccr_gcm()
1643 crypto_read_iv(crp, iv + 1); in ccr_ccm()
/freebsd/sys/crypto/aesni/
H A Daesni.c684 crypto_read_iv(crp, iv); in aesni_cipher_crypt()
/freebsd/sys/dev/qat/qat/
H A Dqat_ocf.c749 crypto_read_iv(crp, qat_cookie->qat_ocf_iv_buf); in qat_ocf_load()
/freebsd/sys/dev/sec/
H A Dsec.c1272 crypto_read_iv(crp, desc->sd_desc->shd_iv); in sec_process()
/freebsd/sys/dev/cesa/
H A Dcesa.c1728 crypto_read_iv(crp, cr->cr_csd->csd_iv); in cesa_process()
/freebsd/sys/dev/safe/
H A Dsafe.c838 crypto_read_iv(crp, re->re_sastate.sa_saved_iv); in safe_process()
/freebsd/sys/crypto/ccp/
H A Dccp_hardware.c1354 crypto_read_iv(crp, iv); in ccp_collect_iv()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c1461 crypto_read_iv(crp, qsc->qsc_iv_buf); in qat_crypto_load()
/freebsd/sys/dev/safexcel/
H A Dsafexcel.c2551 crypto_read_iv(crp, req->iv); in safexcel_process()
/freebsd/share/man/man9/
H A DMakefile994 crypto_driver.9 crypto_read_iv.9 \