cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

qat_algs_send.h (302B)


      1/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0-only) */
      2/* Copyright(c) 2022 Intel Corporation */
      3#ifndef QAT_ALGS_SEND_H
      4#define QAT_ALGS_SEND_H
      5
      6#include "qat_crypto.h"
      7
      8int qat_alg_send_message(struct qat_alg_req *req);
      9void qat_alg_send_backlog(struct qat_instance_backlog *backlog);
     10
     11#endif