Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Unified Diff: mozilla/security/nss/lib/softoken/pkcs11i.h

Issue 11362174: Update NSS to NSS 3.14 pre-release snapshot 2012-06-28 01:00:00 PDT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Update the snapshot timestamp in README.chromium Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mozilla/security/nss/lib/softoken/pkcs11i.h
===================================================================
--- mozilla/security/nss/lib/softoken/pkcs11i.h (revision 166571)
+++ mozilla/security/nss/lib/softoken/pkcs11i.h (working copy)
@@ -10,10 +10,10 @@
#include "nssilock.h"
#include "seccomon.h"
#include "secoidt.h"
-#include "lowkeyti.h"
+#include "lowkeyti.h"
#include "pkcs11t.h"
-#include "sftkdbt.h"
+#include "sftkdbt.h"
#include "hasht.h"
/*
@@ -67,8 +67,6 @@
* before we start freeing them */
#define MAX_KEY_LEN 256 /* maximum symmetric key length in bytes */
-#define MULTIACCESS "multiaccess:"
-
/*
* LOG2_BUCKETS_PER_SESSION_LOCK must be a prime number.
* With SESSION_HASH_SIZE=1024, LOG2 can be 9, 5, 1, or 0.
@@ -546,8 +544,6 @@
/* path stuff (was machine dependent) used by dbinit.c and pk11db.c */
-#define PATH_SEPARATOR "/"
-#define SECMOD_DB "secmod.db"
#define CERT_DB_FMT "%scert%s.db"
#define KEY_DB_FMT "%skey%s.db"
@@ -660,6 +656,13 @@
NSSLOWKEYPrivateKey *sftk_FindKeyByPublicKey(SFTKSlot *slot, SECItem *dbKey);
/*
+ * parameter parsing functions
+ */
+CK_RV sftk_parseParameters(char *param, sftk_parameters *parsed, PRBool isFIPS);
+void sftk_freeParams(sftk_parameters *params);
+
+
+/*
* narrow objects
*/
SFTKSessionObject * sftk_narrowToSessionObject(SFTKObject *);

Powered by Google App Engine
This is Rietveld 408576698