Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h2399 uint32_t auth_range_off; in fill_digest_params() local
2421 auth_range_off = sym_op->auth.data.offset; in fill_digest_params()
2431 d_offs = auth_range_off; in fill_digest_params()
2432 auth_range_off = 0; in fill_digest_params()
2454 auth_range_off = d_offs / 8; in fill_digest_params()
2518 if (prepare_iov_from_pkt(m_src, params.src_iov, auth_range_off)) { in fill_digest_params()
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h3409 uint32_t auth_range_off; in fill_digest_params() local
3440 auth_range_off = sym_op->auth.data.offset; in fill_digest_params()
3450 d_offs = auth_range_off; in fill_digest_params()
3451 auth_range_off = 0; in fill_digest_params()
3474 auth_range_off = d_offs / 8; in fill_digest_params()
3542 if (prepare_iov_from_pkt(m_src, params.src_iov, auth_range_off)) { in fill_digest_params()