Searched refs:slot_info (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | utility.c | 30 static CK_SLOT_INFO slot_info; variable 342 (void) (void) memset(&slot_info.slotDescription, ' ', 343 sizeof (slot_info.slotDescription) - 1); 344 (void) (void) memset(&slot_info.manufacturerID, ' ', 345 sizeof (slot_info.manufacturerID) - 1); 347 (void) (void) memcpy(&slot_info.slotDescription, 351 (void) (void) memcpy(&slot_info.manufacturerID, 355 slot_info.hardwareVersion = nv_token_data->token_info.hardwareVersion; 356 slot_info.firmwareVersion = nv_token_data->token_info.firmwareVersion; 357 slot_info [all...] |
/osnet-11/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 878 hpc_slot_info_t slot_info; local 910 (void *)&slot_info); 913 get_logical_name(ap_id, slot_info.pci_slot_name, 0); 915 slot_info.pci_slot_name)); 922 if (fix_ap_name(buff, ap_id, slot_info.pci_slot_name, 1508 hpc_slot_info_t slot_info; local 1521 (void) memset(&slot_info, 0, sizeof (hpc_slot_info_t)); 1627 get_logical_name(ap_id, slot_info.pci_slot_name, 0); 1645 (void *)&slot_info); 1648 get_logical_name(ap_id, slot_info [all...] |
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaMechManager.c | 649 * The result is returned in the "supports" argument. If the "slot_info" 655 CK_ULONG slotnum, boolean_t *supports, mechinfo_t **slot_info, 686 if (slot_info) { 687 *slot_info = &(mechlist[index].slots[slotnum]); 654 meta_mechManager_slot_supports_mech(CK_MECHANISM_TYPE mechanism, CK_ULONG slotnum, boolean_t *supports, mechinfo_t **slot_info, boolean_t force_update, CK_MECHANISM_INFO *mech_info) argument
|
H A D | metaGlobal.h | 586 CK_ULONG slotnum, boolean_t *supports, mechinfo_t **slot_info,
|
Completed in 30 milliseconds