Searched refs:slotID (Results 1 – 4 of 4) sorted by relevance
46 CK_RV PKCS11_EXPORT C_OpenSession(CK_SLOT_ID slotID, /* the slot's ID */ in C_OpenSession() argument105 switch (slotID) in C_OpenSession()120 if ((slotID >= 0x00010000) && (slotID <= 0x0002FFFF)) in C_OpenSession()125 nLoginData = (uint32_t)slotID & 0x0000FFFF; in C_OpenSession()129 if ((slotID >= 0x00010000) && (slotID <= 0x0001FFFF)) in C_OpenSession()132 slotID = 3; /* CKV_TOKEN_SYSTEM_GROUP */ in C_OpenSession()137 slotID = 0x4014; /* CKV_TOKEN_USER_GROUP */ in C_OpenSession()200 sOperation.params[0].value.a = slotID; in C_OpenSession()
109 CK_SLOT_ID slotID; member384 CK_SLOT_ID slotID,