summaryrefslogtreecommitdiff
path: root/lib/pk11wrap/pk11priv.h
diff options
context:
space:
mode:
authorvarunnaganathan <varunnaganathan912@gmail.com>2016-08-15 21:32:09 +0100
committervarunnaganathan <varunnaganathan912@gmail.com>2016-08-15 21:32:09 +0100
commit304698ed78ac57e06172656642a1b91cbe0b99ef (patch)
tree7376cbbbc8e254457d1321bb4520a7b797078de4 /lib/pk11wrap/pk11priv.h
parent01d5e7016c73efaacb0e9018cc664ab8e38c5414 (diff)
downloadnss-hg-304698ed78ac57e06172656642a1b91cbe0b99ef.tar.gz
From 24d6615bf3a32cdfef6ef36713eb34612ed94311 Mon Sep 17 00:00:00 2001
Bug 1162897, Add NSSTrustDomain_FindTokensByURI(), r=rrelyea
Diffstat (limited to 'lib/pk11wrap/pk11priv.h')
-rw-r--r--lib/pk11wrap/pk11priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pk11wrap/pk11priv.h b/lib/pk11wrap/pk11priv.h
index 7567ecc34..9281923fa 100644
--- a/lib/pk11wrap/pk11priv.h
+++ b/lib/pk11wrap/pk11priv.h
@@ -14,6 +14,7 @@
#include "seccomon.h"
#include "pkcs7t.h"
#include "cmsreclist.h"
+#include "pkcs11uri.h"
/*
* These are the private NSS functions. They are not exported by nss.def, and
@@ -39,6 +40,7 @@ int PK11_GetMaxKeyLength(CK_MECHANISM_TYPE type);
* Generic Slot Management
************************************************************/
CK_OBJECT_HANDLE PK11_CopyKey(PK11SlotInfo *slot, CK_OBJECT_HANDLE srcObject);
+PRBool pk11_MatchUriTokenInfo(PK11SlotInfo *slot, PK11URI *uri);
SECStatus PK11_ReadAttribute(PK11SlotInfo *slot, CK_OBJECT_HANDLE id,
CK_ATTRIBUTE_TYPE type, PLArenaPool *arena, SECItem *result);
CK_ULONG PK11_ReadULongAttribute(PK11SlotInfo *slot, CK_OBJECT_HANDLE id,