Searched refs:unwrappingKey (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaKeys.c | 192 meta_object_t *unwrappingKey, *outputKey = NULL; in meta_UnwrapKey() local 201 rv = meta_handle2object(hUnwrappingKey, &unwrappingKey); in meta_UnwrapKey() 214 rv = meta_unwrap_key(session, pMechanism, unwrappingKey, in meta_UnwrapKey() 230 OBJRELEASE(unwrappingKey); in meta_UnwrapKey()
|
H A D | metaObjectManager.c | 1246 CK_OBJECT_HANDLE wrappingKey = 0, unwrappingKey = 0; in clone_by_wrap() local 1389 &unwrappingKey, &wrap_info, key_data, key_len); in clone_by_wrap() 1396 unwrappingKey, wrappedKey, wrappedKeyLen, unwrap_template, in clone_by_wrap() 1425 &unwrappingKey, &wrap_info, key_data, key_len); in clone_by_wrap() 1431 &wrappingMech, unwrappingKey, wrappedKey, in clone_by_wrap() 1474 if (unwrappingKey) { in clone_by_wrap() 1476 dst_slot_session->hSession, unwrappingKey); in clone_by_wrap()
|