Searched refs:p_dst (Results 1 – 2 of 2) sorted by relevance
1063 uint8_t *p_src, *p_dst; in auth_start_offset() local1075 p_dst = rte_pktmbuf_mtod(m_dst, uint8_t *); in auth_start_offset()1077 u_dst = (uintptr_t)p_dst + op->sym->auth.data.offset; in auth_start_offset()1084 memcpy(p_dst + op->sym->auth.data.offset, in auth_start_offset()1096 memcpy(p_dst + cipher_end, p_src + cipher_end, in auth_start_offset()
2044 uint8_t *p_src, *p_dst; in copy_plaintext() local2047 p_dst = rte_pktmbuf_mtod(m_dst, uint8_t *); in copy_plaintext()2054 memcpy(p_dst + op->sym->auth.data.offset, in copy_plaintext()