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

Unified Diff: lib/freebl/ldvector.c

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/chacha20poly1305.c ('k') | lib/freebl/loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/freebl/ldvector.c
diff --git a/lib/freebl/ldvector.c b/lib/freebl/ldvector.c
index 1d9affec234ec9a240fdca2e2241879787e9d63d..e11e4f6ae622058808f70113bf04fe3e58de5609 100644
--- a/lib/freebl/ldvector.c
+++ b/lib/freebl/ldvector.c
@@ -286,9 +286,17 @@ static const struct FREEBLVectorStr vector =
EC_FillParams,
EC_DecodeParams,
- EC_CopyParams
+ EC_CopyParams,
/* End of Version 3.017 */
+
+ ChaCha20Poly1305_InitContext,
+ ChaCha20Poly1305_CreateContext,
+ ChaCha20Poly1305_DestroyContext,
+ ChaCha20Poly1305_Seal,
+ ChaCha20Poly1305_Open
+
+ /* End of Version 3.018 */
};
const FREEBLVector *
« no previous file with comments | « lib/freebl/chacha20poly1305.c ('k') | lib/freebl/loader.h » ('j') | no next file with comments »

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