Home
last modified time | relevance | path

Searched refs:HksLiteModule (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/security/huks/interfaces/kits/liteapi/src/
H A Dhks_lite_api.cpp289 JSI::SetModuleAPI(exports, "generateKeyItem", HksLiteModule::generateKeyItem); in InitHuksModule()
290 JSI::SetModuleAPI(exports, "deleteKeyItem", HksLiteModule::deleteKeyItem); in InitHuksModule()
291 JSI::SetModuleAPI(exports, "isKeyItemExist", HksLiteModule::isKeyItemExist); in InitHuksModule()
292 JSI::SetModuleAPI(exports, "hasKeyItem", HksLiteModule::hasKeyItem); in InitHuksModule()
293 JSI::SetModuleAPI(exports, "importKeyItem", HksLiteModule::importKeyItem); in InitHuksModule()
294 JSI::SetModuleAPI(exports, "exportKeyItem", HksLiteModule::exportKeyItem); in InitHuksModule()
295 JSI::SetModuleAPI(exports, "getKeyProperties", HksLiteModule::getKeyProperties); in InitHuksModule()
298 JSI::SetModuleAPI(exports, "initSession", HksLiteModule::initSession); in InitHuksModule()
299 JSI::SetModuleAPI(exports, "updateSession", HksLiteModule::updateSession); in InitHuksModule()
300 JSI::SetModuleAPI(exports, "finishSession", HksLiteModule::finishSession); in InitHuksModule()
[all …]
H A Dhks_lite_api_update_finish_session.cpp120 JSIValue HksLiteModule::updateSession(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in updateSession()
125 JSIValue HksLiteModule::finishSession(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in finishSession()
H A Dhks_lite_api_export_key_item.cpp28 JSIValue HksLiteModule::exportKeyItem(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in exportKeyItem()
H A Dhks_lite_api_get_key_properties.cpp28 JSIValue HksLiteModule::getKeyProperties(const JSIValue thisVal, const JSIValue* args, uint8_t args… in getKeyProperties()
H A Dhks_lite_api_has_key_item.cpp28 JSIValue HksLiteModule::hasKeyItem(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in hasKeyItem()
H A Dhks_lite_api_import_key_item.cpp28 JSIValue HksLiteModule::importKeyItem(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in importKeyItem()
H A Dhks_lite_api_import_wrapped_key_item.cpp28 JSIValue HksLiteModule::importWrappedKeyItem(const JSIValue thisVal, const JSIValue* args, uint8_t … in importWrappedKeyItem()
H A Dhks_lite_api_abort_session.cpp32 JSIValue HksLiteModule::abortSession(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in abortSession()
H A Dhks_lite_api_delete_key_item.cpp38 JSIValue HksLiteModule::deleteKeyItem(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in deleteKeyItem()
H A Dhks_lite_api_generate_key_item.cpp38 JSIValue HksLiteModule::generateKeyItem(const JSIValue thisVal, const JSIValue* args, uint8_t argsN… in generateKeyItem()
H A Dhks_lite_api_is_key_item_exist.cpp38 JSIValue HksLiteModule::isKeyItemExist(const JSIValue thisVal, const JSIValue* args, uint8_t argsNu… in isKeyItemExist()
H A Dhks_lite_api_init_session.cpp45 JSIValue HksLiteModule::initSession(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in initSession()
/ohos5.0/base/security/huks/interfaces/kits/liteapi/include/
H A Dhks_lite_api.h23 class HksLiteModule final : public MemoryHeap {
25 HksLiteModule() {} in HksLiteModule() function
26 ~HksLiteModule() {} in ~HksLiteModule()