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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaKeys.c192 meta_object_t *unwrappingKey, *outputKey = NULL; local
201 rv = meta_handle2object(hUnwrappingKey, &unwrappingKey);
214 rv = meta_unwrap_key(session, pMechanism, unwrappingKey,
230 OBJRELEASE(unwrappingKey);
H A DmetaObjectManager.c1242 CK_OBJECT_HANDLE wrappingKey = NULL, unwrappingKey = NULL; local
1385 &unwrappingKey, &wrap_info, key_data, key_len);
1392 unwrappingKey, wrappedKey, wrappedKeyLen, unwrap_template,
1421 &unwrappingKey, &wrap_info, key_data, key_len);
1427 &wrappingMech, unwrappingKey, wrappedKey,
1470 if (unwrappingKey) {
1472 dst_slot_session->hSession, unwrappingKey);

Completed in 234 milliseconds