summaryrefslogtreecommitdiff
path: root/apps/plugins/keybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/keybox.c')
-rw-r--r--apps/plugins/keybox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/keybox.c b/apps/plugins/keybox.c
index 1689321abe..a074ffc598 100644
--- a/apps/plugins/keybox.c
+++ b/apps/plugins/keybox.c
@@ -75,7 +75,7 @@ static void encrypt_buffer(char *buf, size_t size, uint32_t *key);
75static void decrypt_buffer(char *buf, size_t size, uint32_t *key); 75static void decrypt_buffer(char *buf, size_t size, uint32_t *key);
76 76
77/* the following two functions are the reference TEA implementation by 77/* the following two functions are the reference TEA implementation by
78 David Wheeler and Roger Needham taken from 78 David Wheeler and Roger Needham taken from
79 http://en.wikipedia.org/wiki/Tiny_Encryption_Algorithm */ 79 http://en.wikipedia.org/wiki/Tiny_Encryption_Algorithm */
80 80
81static void do_encrypt(uint32_t* v, uint32_t* k) 81static void do_encrypt(uint32_t* v, uint32_t* k)