summaryrefslogtreecommitdiff
path: root/include/crypto
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2019-04-04 22:15:36 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2019-04-04 22:25:40 -0400
commitd13bbb2955f899f10be4ab315ad229d2951fdcda (patch)
treed84a27d61361ac6b884c8c6decabfbaed02a7be0 /include/crypto
parentbe02db130bf75c28e402d890f4d994f3608707ff (diff)
Update bcachefs sources to d83b992f65 bcachefs: Rewrite journal_seq_blacklist machinery
Diffstat (limited to 'include/crypto')
-rw-r--r--include/crypto/chacha.h (renamed from include/crypto/chacha20.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/crypto/chacha20.h b/include/crypto/chacha.h
index 1cdc77ba..f004cfb5 100644
--- a/include/crypto/chacha20.h
+++ b/include/crypto/chacha.h
@@ -8,8 +8,8 @@
#include <linux/types.h>
#include <linux/crypto.h>
-#define CHACHA20_IV_SIZE 16
-#define CHACHA20_KEY_SIZE 32
-#define CHACHA20_BLOCK_SIZE 64
+#define CHACHA_IV_SIZE 16
+#define CHACHA_KEY_SIZE 32
+#define CHACHA_BLOCK_SIZE 64
#endif