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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaKeys.c146 meta_object_t *wrappingKey, *inputKey; local
161 rv = meta_handle2object(hWrappingKey, &wrappingKey);
168 rv = meta_wrap_key(session, pMechanism, wrappingKey,
173 OBJRELEASE(wrappingKey);
H A DmetaObjectManager.c1242 CK_OBJECT_HANDLE wrappingKey = NULL, unwrappingKey = NULL; local
1323 rv = create_wrap_unwrap_key(src_slot_session, &wrappingKey,
1336 wrappingKey, slot_object->hObject, NULL, &wrappedKeyLen);
1351 wrappingKey, slot_object->hObject, wrappedKey, &wrappedKeyLen);
1411 &wrappingMech, wrappingKey, wrappedKey,
1475 if (wrappingKey) {
1477 src_slot_session->hSession, wrappingKey);

Completed in 63 milliseconds