Searched defs:true_id (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotToken.c88 CK_SLOT_ID true_id; local
108 true_id = TRUEID(metaslot_keystore_slotid);
110 rv = FUNCLIST(metaslot_keystore_slotid)->C_GetSlotInfo(true_id,
139 CK_SLOT_ID true_id; local
148 true_id = TRUEID(metaslot_keystore_slotid);
150 rv = FUNCLIST(metaslot_keystore_slotid)->C_GetTokenInfo(true_id,
H A Dpkcs11Session.c48 CK_SLOT_ID true_id; local
83 true_id = TRUEID(fw_st_id);
84 rv = FUNCLIST(fw_st_id)->C_OpenSession(true_id, flags,
169 CK_SLOT_ID true_id; local
200 true_id = TRUEID(fw_st_id);
202 rv = FUNCLIST(fw_st_id)->C_CloseAllSessions(true_id);
H A DmetaMechManager.c342 CK_SLOT_ID fw_st_id, true_id; local
346 true_id = TRUEID(fw_st_id);
349 rv = FUNCLIST(fw_st_id)->C_GetMechanismList(true_id, NULL,
363 rv = FUNCLIST(fw_st_id)->C_GetMechanismList(true_id,
450 CK_SLOT_ID fw_st_id, true_id; local
454 true_id = TRUEID(fw_st_id);
473 rv = FUNCLIST(fw_st_id)->C_GetMechanismInfo(true_id, mech, &info);
H A DmetaSession.c515 CK_SLOT_ID true_id, fw_st_id; local
559 true_id = TRUEID(fw_st_id);
560 rv = FUNCLIST(fw_st_id)->C_GetTokenInfo(true_id, &token_info);
H A DmetaSlotManager.c236 CK_SLOT_ID true_id, fw_st_id; local
239 true_id = TRUEID(fw_st_id);
242 rv = FUNCLIST(fw_st_id)->C_GetSlotInfo(true_id,
258 rv = FUNCLIST(fw_st_id)->C_GetSlotInfo(true_id,
287 rv = FUNCLIST(fw_st_id)->C_GetTokenInfo(true_id,
319 rv = FUNCLIST(fw_st_id)->C_GetTokenInfo(true_id,
445 CK_SLOT_ID fw_st_id, true_id; local
484 true_id = TRUEID(fw_st_id);
498 rv = FUNCLIST(fw_st_id)->C_OpenSession(true_id, flags, NULL, NULL,
504 rv = FUNCLIST(fw_st_id)->C_OpenSession(true_id,
[all...]
H A Dpkcs11SlotToken.c57 CK_SLOT_ID true_id; local
100 true_id = TRUEID(i);
102 C_GetSlotInfo(true_id, pinfo);
589 CK_SLOT_ID true_id; local
615 true_id = fw_st_id;
619 true_id = TRUEID(fw_st_id);
643 rv = prov_funcs->C_GetMechanismList(true_id,
658 rv = prov_funcs->C_GetMechanismList(true_id,
726 CK_SLOT_ID true_id; local
749 true_id
[all...]

Completed in 50 milliseconds