Searched refs:slotDescription (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | utility.c | 342 (void) (void) memset(&slot_info.slotDescription, ' ', in init_slot_info() 343 sizeof (slot_info.slotDescription) - 1); in init_slot_info() 347 (void) (void) memcpy(&slot_info.slotDescription, in init_slot_info()
|
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaSlotManager.c | 248 (char *)slotinfo.slotDescription, in meta_slotManager_find_object_token() 277 (char *)slotinfo.slotDescription, in meta_slotManager_find_object_token()
|
H A D | metaSlotToken.c | 100 (void) memcpy(pInfo->slotDescription, METASLOT_SLOT_DESCRIPTION, 64); in meta_GetSlotInfo()
|
/titanic_41/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_metaslot.c | 197 slot_info.slotDescription); in list_metaslot_info()
|
H A D | adm_uef.c | 351 slotinfo.slotDescription, in list_mechlist_for_lib()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelSlotToken.c | 117 pInfo->slotDescription, CRYPTO_PROVIDER_DESCR_MAX_LEN); in C_GetSlotInfo()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSlotToken.c | 293 (void) strncpy((char *)pInfo->slotDescription, SOFT_SLOT_DESCRIPTION, in C_GetSlotInfo()
|
/titanic_41/usr/src/lib/pkcs11/include/ |
H A D | pkcs11t.h | 129 CK_UTF8CHAR slotDescription[64]; /* blank padded */ member
|