Searched defs:slot_id (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Sessionlist.c47 pkcs11_session_add(pkcs11_slot_t *slotp, CK_SLOT_ID slot_id, argument
59 newhandle->se_slotid = slot_id;
H A Dpkcs11Slottable.c266 pkcs11_is_valid_slot(CK_SLOT_ID slot_id) { argument
268 if ((slot_id < slottable->st_first) ||
269 (slot_id > slottable->st_last)) {
271 } else if (slottable->st_slots[slot_id] != NULL) {
H A Dpkcs11Session.c246 CK_SLOT_ID slot_id; local
278 slot_id = sessp->se_slotid;
281 rv = FUNCLIST(slot_id)->
290 pInfo->slotID = slot_id;
H A Dpkcs11SUNWExtensions.c98 match_mech(CK_SLOT_ID slot_id, void *args, CK_RV *rv) argument
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; local
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; local
252 slot_id = slot_list[i];
253 if (C_GetMechanismInfo(slot_id, mec
123 pkcs11_GetCriteriaSession( boolean_t (criteria)CK_SLOT_ID slot_id, void *args, CK_RV *rv), void *args, CK_SESSION_HANDLE_PTR hSession) argument
283 CK_SLOT_ID slot_id; local
[all...]
H A Dpkcs11Conf.c484 CK_SLOT_ID slot_id; /* slotID assigned for framework */ local
867 rv = pkcs11_slot_allocate(&slot_id);
876 cur_slot = slottable->st_slots[slot_id];
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpk11tokens.c230 kmf_pk11_token_lookup(KMF_HANDLE_T handle, char *label, CK_SLOT_ID *slot_id) argument
247 if (slot_id == NULL || label == NULL || !strlen(label))
331 *slot_id = slot_list[i];
343 *slot_id = slot_list[0];
427 CK_SLOT_ID slot_id; local
450 kmf_rv = kmf_pk11_token_lookup(handle, label, &slot_id);
460 ck_rv = C_OpenSession(slot_id, openflags, NULL, NULL, &hSession);
485 CK_SLOT_ID slot_id = 0; local
495 ret = kmf_pk11_token_lookup(handle, currlabel, &slot_id);
504 ckrv = C_InitToken(slot_id, sopi
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_label.c447 char *fmtstr, buf[BUFSZ], slot_id; local
511 slot_id = g4map[mapidx][htid];
520 (void) snprintf(buf, BUFSZ, fmtstr, slot_id);
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_subr.c733 int slot_id; local
751 slot_id = get_slotid_from_pcilabel(mod, tnp, hba_nodes[i]);
752 if (slot_id == -1) {
756 slot_id);
759 ss[i].id = slot_id;
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1258 CK_SLOT_ID slot_id,
1300 rv = C_OpenSession(slot_id, CKF_SERIAL_SESSION, NULL_PTR, NULL_PTR,
1339 rv = C_OpenSession(slot_id, CKF_SERIAL_SESSION, NULL_PTR, NULL_PTR,
5275 CK_SLOT_ID *slot_id)
5348 *slot_id = slotID;
1255 init_uef(context_t *text, CK_KEY_TYPE keyType, CK_MECHANISM_TYPE mech_type, CK_SLOT_ID slot_id, char enckey[16], char deckey[16]) argument
5274 getSlotID(const sasl_utils_t *utils, CK_MECHANISM_TYPE mech_type, CK_SLOT_ID *slot_id) argument

Completed in 68 milliseconds