Lines Matching refs:slotID
43 C_OpenSession(CK_SLOT_ID slotID, CK_FLAGS flags, CK_VOID_PTR pApplication, in C_OpenSession() argument
65 return (fast_funcs->C_OpenSession(TRUEID(slotID+1), in C_OpenSession()
68 return (fast_funcs->C_OpenSession(slotID, flags, in C_OpenSession()
74 if (slotID == METASLOT_FRAMEWORK_ID) { in C_OpenSession()
79 if (pkcs11_validate_and_convert_slotid(slotID, &fw_st_id) in C_OpenSession()
97 if (slotID == METASLOT_FRAMEWORK_ID) { in C_OpenSession()
108 FUNCLIST(slotID)->C_CloseSession(prov_sess); in C_OpenSession()
164 C_CloseAllSessions(CK_SLOT_ID slotID) in C_CloseAllSessions() argument
188 TRUEID(slotID+1))); in C_CloseAllSessions()
190 return (fast_funcs->C_CloseAllSessions(slotID)); in C_CloseAllSessions()
195 if (pkcs11_validate_and_convert_slotid(slotID, &fw_st_id) != CKR_OK) { in C_CloseAllSessions()
266 pInfo->slotID = METASLOT_FRAMEWORK_ID; in C_GetSessionInfo()
295 pInfo->slotID = slot_id; in C_GetSessionInfo()