summaryrefslogtreecommitdiff
path: root/security/nss/lib/pk11wrap/pk11func.h
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2003-01-28 16:38:04 +0000
committerrelyea%netscape.com <devnull@localhost>2003-01-28 16:38:04 +0000
commit7563b5ed9036d7ccaaea3827cceb730d6ca3b4d0 (patch)
treef1f4c1ea5cea7d59858cd38b7ea20615f16a467b /security/nss/lib/pk11wrap/pk11func.h
parentace9267ea01e451ee89b8419f302c1e6ddd7d956 (diff)
downloadnss-hg-7563b5ed9036d7ccaaea3827cceb730d6ca3b4d0.tar.gz
Sign 3 sets of changes are here:
1) Provide accessor functions for the PK11_DefaultArray so that modutil does not have to link statically to access it. 2) Try setting the attribute on an object before we go to the work of copying it (Function Only used in Java). 3) Optimize searching for the more common types of attributes.
Diffstat (limited to 'security/nss/lib/pk11wrap/pk11func.h')
-rw-r--r--security/nss/lib/pk11wrap/pk11func.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/security/nss/lib/pk11wrap/pk11func.h b/security/nss/lib/pk11wrap/pk11func.h
index f80d99bda..4747fe6ea 100644
--- a/security/nss/lib/pk11wrap/pk11func.h
+++ b/security/nss/lib/pk11wrap/pk11func.h
@@ -575,6 +575,14 @@ SECItem *
PK11_GetPBEIV(SECAlgorithmID *algid, SECItem *pwitem);
/**********************************************************************
+ * Functions to manage secmod flags
+ **********************************************************************/
+PK11DefaultArrayEntry * PK11_GetDefaultArray(int *);
+SECStatus PK11_UpdateSlotAttribute(PK11SlotInfo *, PK11DefaultArrayEntry *,
+ PRBool );
+
+
+/**********************************************************************
* New fucntions which are already depricated....
**********************************************************************/
SECItem *