mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
crypto: engine - Create internal/engine.h
Create crypto/internal/engine.h to house details that should not be used by drivers. It is empty for the time being. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
2d6a79cc2a
commit
45c461c503
@ -9,8 +9,8 @@
|
||||
|
||||
#include <crypto/aead.h>
|
||||
#include <crypto/akcipher.h>
|
||||
#include <crypto/engine.h>
|
||||
#include <crypto/hash.h>
|
||||
#include <crypto/internal/engine.h>
|
||||
#include <crypto/kpp.h>
|
||||
#include <crypto/skcipher.h>
|
||||
#include <linux/err.h>
|
||||
|
13
include/crypto/internal/engine.h
Normal file
13
include/crypto/internal/engine.h
Normal file
@ -0,0 +1,13 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
/*
|
||||
* Crypto engine API
|
||||
*
|
||||
* Copyright (c) 2016 Baolin Wang <baolin.wang@linaro.org>
|
||||
* Copyright (c) 2023 Herbert Xu <herbert@gondor.apana.org.au>
|
||||
*/
|
||||
#ifndef _CRYPTO_INTERNAL_ENGINE_H
|
||||
#define _CRYPTO_INTERNAL_ENGINE_H
|
||||
|
||||
#include <crypto/engine.h>
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user