Searched refs:auth_dst (Results 1 – 1 of 1) sorted by relevance
1594 uint8_t *auth_dst; in process_openssl_auth_op() local1596 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()