summaryrefslogtreecommitdiff
path: root/lib/freebl/loader.h
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2016-02-09 10:31:30 +0100
committerTim Taubert <ttaubert@mozilla.com>2016-02-09 10:31:30 +0100
commit1dd6badeeeef58ac2ce627caeef8f5ec673090d2 (patch)
treeb716e032fab9d0b3696da785fc3c292eec08a86e /lib/freebl/loader.h
parent699c691cf4f0eb5e32ea7370f1f9148b5c4054b4 (diff)
downloadnss-hg-1dd6badeeeef58ac2ce627caeef8f5ec673090d2.tar.gz
Backed out changeset f4a05e89dfad (bug 917571)
Diffstat (limited to 'lib/freebl/loader.h')
-rw-r--r--lib/freebl/loader.h29
1 files changed, 1 insertions, 28 deletions
diff --git a/lib/freebl/loader.h b/lib/freebl/loader.h
index 9f533efd3..65cfd76de 100644
--- a/lib/freebl/loader.h
+++ b/lib/freebl/loader.h
@@ -10,7 +10,7 @@
#include "blapi.h"
-#define FREEBL_VERSION 0x0312
+#define FREEBL_VERSION 0x0311
struct FREEBLVectorStr {
@@ -707,33 +707,6 @@ struct FREEBLVectorStr {
/* Version 3.017 came to here */
- SECStatus (* p_ChaCha20Poly1305_InitContext)(ChaCha20Poly1305Context *ctx,
- const unsigned char *key,
- unsigned int keyLen,
- unsigned int tagLen);
-
- ChaCha20Poly1305Context *(* p_ChaCha20Poly1305_CreateContext)(
- const unsigned char *key, unsigned int keyLen, unsigned int tagLen);
-
- void (* p_ChaCha20Poly1305_DestroyContext)(ChaCha20Poly1305Context *ctx,
- PRBool freeit);
-
- SECStatus (* p_ChaCha20Poly1305_Seal)(
- const ChaCha20Poly1305Context *ctx, unsigned char *output,
- unsigned int *outputLen, unsigned int maxOutputLen,
- const unsigned char *input, unsigned int inputLen,
- const unsigned char *nonce, unsigned int nonceLen,
- const unsigned char *ad, unsigned int adLen);
-
- SECStatus (* p_ChaCha20Poly1305_Open)(
- const ChaCha20Poly1305Context *ctx, unsigned char *output,
- unsigned int *outputLen, unsigned int maxOutputLen,
- const unsigned char *input, unsigned int inputLen,
- const unsigned char *nonce, unsigned int nonceLen,
- const unsigned char *ad, unsigned int adLen);
-
- /* Version 3.018 came to here */
-
/* Add new function pointers at the end of this struct and bump
* FREEBL_VERSION at the beginning of this file. */
};