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