Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/openssl/
H A Drte_openssl_pmd.c1594 uint8_t *auth_dst; in process_openssl_auth_op() local
1596 auth_dst = op->sym->auth.digest.data; in process_openssl_auth_op()
1597 if (auth_dst == NULL) in process_openssl_auth_op()
1598 auth_dst = rte_pktmbuf_mtod_offset(mbuf_dst, uint8_t *, in process_openssl_auth_op()
1601 memcpy(auth_dst, dst, sess->auth.digest_length); in process_openssl_auth_op()