Searched refs:unwrappingKey (Results 1 – 2 of 2) sorted by relevance
/titanic_50/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 | 1242 CK_OBJECT_HANDLE wrappingKey = NULL, unwrappingKey = NULL; in clone_by_wrap() local 1385 &unwrappingKey, &wrap_info, key_data, key_len); in clone_by_wrap() 1392 unwrappingKey, wrappedKey, wrappedKeyLen, unwrap_template, in clone_by_wrap() 1421 &unwrappingKey, &wrap_info, key_data, key_len); in clone_by_wrap() 1427 &wrappingMech, unwrappingKey, wrappedKey, in clone_by_wrap() 1470 if (unwrappingKey) { in clone_by_wrap() 1472 dst_slot_session->hSession, unwrappingKey); in clone_by_wrap()
|