Searched refs:p_dst (Results 1 – 2 of 2) sorted by relevance
938 uint8_t *p_src, *p_dst; in auth_start_offset() local950 p_dst = rte_pktmbuf_mtod(m_dst, uint8_t *); in auth_start_offset()952 u_dst = (uintptr_t)p_dst + auth_offset; in auth_start_offset()959 memcpy(p_dst + auth_offset, in auth_start_offset()971 memcpy(p_dst + cipher_end, p_src + cipher_end, in auth_start_offset()
2042 uint8_t *p_src, *p_dst; in copy_plaintext() local2045 p_dst = rte_pktmbuf_mtod(m_dst, uint8_t *); in copy_plaintext()2052 memcpy(p_dst + op->sym->auth.data.offset, in copy_plaintext()