summaryrefslogtreecommitdiff
path: root/ckcapi-token.h
diff options
context:
space:
mode:
Diffstat (limited to 'ckcapi-token.h')
-rw-r--r--ckcapi-token.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ckcapi-token.h b/ckcapi-token.h
index 6927241..2024fa6 100644
--- a/ckcapi-token.h
+++ b/ckcapi-token.h
@@ -22,8 +22,10 @@
#include "ckcapi.h"
-#define CKCAPI_SLOT_CA 0x00000001
-#define CKCAPI_SLOT_TRUSTED 0x00000002
+#define CKCAPI_SLOT_CERTS 0x00000001
+#define CKCAPI_SLOT_ANYKEY 0x00000002
+#define CKCAPI_SLOT_CA 0x00000100
+#define CKCAPI_SLOT_TRUSTED 0x00000200
/* Register a new object, a handle will be assigned to obj->id */
CK_RV ckcapi_token_register_object (CK_SLOT_ID slot, CkCapiObject* obj);