qat.c | 1496 uint8_t *icv_buf, int icv_offset, bus_addr_t *icv_paddr) 1503 if (icv_offset >= 0) { 1504 if (m_length(m) == icv_offset) { 1505 m_copyback(m, icv_offset, desc->qcd_auth_sz, 1507 if (m_length(m) == icv_offset) 1511 m0 = m_pulldown(m, icv_offset, 1561 if (icv_offset >= 0) { 1562 if (icv_offset < len) 1563 *icv_paddr = paddr + icv_offset; 1565 icv_offset -= len 1630 int error, icv_offset = -1; local in function:qat_crypto_process [all...] |