aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/salsa20_glue.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/crypto/salsa20_glue.c')
-rw-r--r--arch/x86/crypto/salsa20_glue.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/crypto/salsa20_glue.c b/arch/x86/crypto/salsa20_glue.c
index a3a3c0205c16..5e8e67739bb5 100644
--- a/arch/x86/crypto/salsa20_glue.c
+++ b/arch/x86/crypto/salsa20_glue.c
@@ -26,11 +26,6 @@
#define SALSA20_MIN_KEY_SIZE 16U
#define SALSA20_MAX_KEY_SIZE 32U
-// use the ECRYPT_* function names
-#define salsa20_keysetup ECRYPT_keysetup
-#define salsa20_ivsetup ECRYPT_ivsetup
-#define salsa20_encrypt_bytes ECRYPT_encrypt_bytes
-
struct salsa20_ctx
{
u32 input[16];