summaryrefslogtreecommitdiff
path: root/drivers/crypto/qat/qat_common/qat_algs_send.h
blob: 3fa685d0c293aa54aa8711fafa042b74549d6fdb (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0-only) */
/* Copyright(c) 2022 Intel Corporation */
#ifndef QAT_ALGS_SEND_H
#define QAT_ALGS_SEND_H

#include "qat_crypto.h"

int qat_alg_send_message(struct qat_alg_req *req);

#endif