Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1703)

Unified Diff: lib/freebl/blapit.h

Issue 277040044: Bug 917571 - Add ChaCha20+Poly1305 cipher (Closed)
Patch Set: Use CC_IS_GCC instead of checking that CC_NAME==gcc Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/freebl/blapi.h ('k') | lib/freebl/chacha20/chacha20.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/freebl/blapit.h
diff --git a/lib/freebl/blapit.h b/lib/freebl/blapit.h
index 8e172d424ef09fac411c4081c162cefca4d1951a..eacf48a7e24342775f06c07007414d64e914271a 100644
--- a/lib/freebl/blapit.h
+++ b/lib/freebl/blapit.h
@@ -222,6 +222,7 @@ struct SHA256ContextStr ;
struct SHA512ContextStr ;
struct AESKeyWrapContextStr ;
struct SEEDContextStr ;
+struct ChaCha20Poly1305ContextStr;
typedef struct DESContextStr DESContext;
typedef struct RC2ContextStr RC2Context;
@@ -240,6 +241,7 @@ typedef struct SHA512ContextStr SHA512Context;
typedef struct SHA512ContextStr SHA384Context;
typedef struct AESKeyWrapContextStr AESKeyWrapContext;
typedef struct SEEDContextStr SEEDContext;
+typedef struct ChaCha20Poly1305ContextStr ChaCha20Poly1305Context;
/***************************************************************************
** RSA Public and Private Key structures
« no previous file with comments | « lib/freebl/blapi.h ('k') | lib/freebl/chacha20/chacha20.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b