Current Path : /proc/2442902/root/usr/src/kernels/4.18.0-553.51.1.el8_10.x86_64/arch/x86/include/asm/crypto/ |
Current File : //proc/2442902/root/usr/src/kernels/4.18.0-553.51.1.el8_10.x86_64/arch/x86/include/asm/crypto/aes.h |
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef ASM_X86_AES_H #define ASM_X86_AES_H #include <linux/crypto.h> #include <crypto/aes.h> void crypto_aes_encrypt_x86(struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src); void crypto_aes_decrypt_x86(struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src); #endif