Home
last modified time | relevance | path

Searched refs:qsc_iv_buf (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/pci/qat/
H A Dqat.c1583 memcpy(qsc->qsc_iv_buf, crde->crd_iv, ivlen); in qat_crypto_load_iv()
1586 cprng_fast(qsc->qsc_iv_buf, ivlen); in qat_crypto_load_iv()
1590 qsc->qsc_iv_buf); in qat_crypto_load_iv()
1593 qsc->qsc_iv_buf); in qat_crypto_load_iv()
1601 qsc->qsc_iv_buf); in qat_crypto_load_iv()
1604 qsc->qsc_iv_buf); in qat_crypto_load_iv()
1772 qsc_iv_buf); in qat_crypto_setup_ring()
H A Dqatvar.h577 uint8_t qsc_iv_buf[EALG_MAX_BLOCK_LEN]; member