Lines Matching refs:slot_id
98 match_mech(CK_SLOT_ID slot_id, void *args, CK_RV *rv) in match_mech() argument
104 return (C_GetMechanismInfo(slot_id, mech, &mech_info) == CKR_OK); in match_mech()
124 boolean_t (*criteria)(CK_SLOT_ID slot_id, void *args, CK_RV *rv), in pkcs11_GetCriteriaSession() argument
130 CK_SLOT_ID slot_id; in pkcs11_GetCriteriaSession() local
170 slot_id = slot_list[i]; in pkcs11_GetCriteriaSession()
171 if ((*criteria)(slot_id, args, &rv)) { in pkcs11_GetCriteriaSession()
182 rv = C_OpenSession(slot_id, CKF_SERIAL_SESSION, NULL, in pkcs11_GetCriteriaSession()
211 CK_SLOT_ID slot_id; in SUNW_C_GetMechSession() local
252 slot_id = slot_list[i]; in SUNW_C_GetMechSession()
253 if (C_GetMechanismInfo(slot_id, mech, &mech_info) == CKR_OK) { in SUNW_C_GetMechSession()
265 rv = C_OpenSession(slot_id, CKF_SERIAL_SESSION, NULL, in SUNW_C_GetMechSession()
283 CK_SLOT_ID slot_id; in SUNW_C_KeyToObject() local
314 slot_id = session_info.slotID; in SUNW_C_KeyToObject()
333 rv = C_GetMechanismInfo(slot_id, mech, &mech_info); in SUNW_C_KeyToObject()