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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaUtil.c1309 slot_object_t *slot_unwrappingkey, *slot_unwrapped_key; local
1335 rv = meta_slot_object_alloc(&slot_unwrapped_key);
1399 slot_unwrapped_key->hObject = hUnwrappedKey;
1400 unwrapped_key->clones[slotnum] = slot_unwrapped_key;
1403 slot_unwrapped_key->hObject, unwrapped_key);
1407 meta_slot_object_activate(slot_unwrapped_key, unwrap_session,
1409 slot_unwrapped_key = NULL;
1412 if (slot_unwrapped_key) {
1413 meta_slot_object_dealloc(slot_unwrapped_key);

Completed in 76 milliseconds