Searched refs:auth_dst (Results 1 – 1 of 1) sorted by relevance
1592 uint8_t *auth_dst; in process_openssl_auth_op() local1594 auth_dst = op->sym->auth.digest.data; in process_openssl_auth_op()1595 if (auth_dst == NULL) in process_openssl_auth_op()1596 auth_dst = rte_pktmbuf_mtod_offset(mbuf_dst, uint8_t *, in process_openssl_auth_op()1599 memcpy(auth_dst, dst, sess->auth.digest_length); in process_openssl_auth_op()