Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszer...
[deliverable/linux.git] / include / crypto / chacha20.h
index 274bbaeeed0fcfc30aed66b0b785a7d7c6f60eb9..20d20f681a72c5178f9254edbe3127b664bf157a 100644 (file)
@@ -16,6 +16,7 @@ struct chacha20_ctx {
        u32 key[8];
 };
 
+void chacha20_block(u32 *state, void *stream);
 void crypto_chacha20_init(u32 *state, struct chacha20_ctx *ctx, u8 *iv);
 int crypto_chacha20_setkey(struct crypto_tfm *tfm, const u8 *key,
                           unsigned int keysize);
This page took 0.026925 seconds and 5 git commands to generate.