Searched refs:slotkey2 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaUtil.c1471 slot_object_t *slotkey1 = NULL, *slotkey2 = NULL, *slotkey3 = NULL, local
1527 rv = meta_slot_object_alloc(&slotkey2);
1627 slotkey2->hObject = keys->hServerMacSecret;
1638 slotkey2->hObject, newKey2);
1656 newKey2->clones[slotnum] = slotkey2;
1668 meta_slot_object_activate(slotkey2, derive_session,
1670 slotkey2 = NULL;
1706 if (slotkey2) {
1707 meta_slot_object_dealloc(slotkey2);

Completed in 45 milliseconds