Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0-only) */
0002 /* Copyright(c) 2022 Intel Corporation */
0003 #ifndef QAT_ALGS_SEND_H
0004 #define QAT_ALGS_SEND_H
0005 
0006 #include "qat_crypto.h"
0007 
0008 int qat_alg_send_message(struct qat_alg_req *req);
0009 void qat_alg_send_backlog(struct qat_instance_backlog *backlog);
0010 
0011 #endif