Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Drte_aesni_mb_pmd.c1063 uint8_t *p_src, *p_dst; in auth_start_offset() local
1075 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()
/f-stack/dpdk/drivers/crypto/openssl/
H A Drte_openssl_pmd.c2044 uint8_t *p_src, *p_dst; in copy_plaintext() local
2047 p_dst = rte_pktmbuf_mtod(m_dst, uint8_t *); in copy_plaintext()
2054 memcpy(p_dst + op->sym->auth.data.offset, in copy_plaintext()