summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/x86/include/asm/aes.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/x86/include/asm/aes.h')
-rw-r--r--ANDROID_3.4.5/arch/x86/include/asm/aes.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/ANDROID_3.4.5/arch/x86/include/asm/aes.h b/ANDROID_3.4.5/arch/x86/include/asm/aes.h
deleted file mode 100644
index 80545a1c..00000000
--- a/ANDROID_3.4.5/arch/x86/include/asm/aes.h
+++ /dev/null
@@ -1,11 +0,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