Searched refs:wrappingKey (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaKeys.c | 146 meta_object_t *wrappingKey, *inputKey; in meta_WrapKey() local 161 rv = meta_handle2object(hWrappingKey, &wrappingKey); in meta_WrapKey() 168 rv = meta_wrap_key(session, pMechanism, wrappingKey, in meta_WrapKey() 173 OBJRELEASE(wrappingKey); in meta_WrapKey()
|
H A D | metaObjectManager.c | 1242 CK_OBJECT_HANDLE wrappingKey = NULL, unwrappingKey = NULL; in clone_by_wrap() local 1323 rv = create_wrap_unwrap_key(src_slot_session, &wrappingKey, in clone_by_wrap() 1336 wrappingKey, slot_object->hObject, NULL, &wrappedKeyLen); in clone_by_wrap() 1351 wrappingKey, slot_object->hObject, wrappedKey, &wrappedKeyLen); in clone_by_wrap() 1411 &wrappingMech, wrappingKey, wrappedKey, in clone_by_wrap() 1475 if (wrappingKey) { in clone_by_wrap() 1477 src_slot_session->hSession, wrappingKey); in clone_by_wrap()
|