Home
last modified time | relevance | path

Searched refs:CreateHuksKeyPurpose (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/huks/interfaces/kits/liteapi/src/
H A Dhks_lite_api.cpp61 static JSIValue CreateHuksKeyPurpose(void) in CreateHuksKeyPurpose() function
273 JSI::SetNamedProperty(exports, "HuksKeyPurpose", CreateHuksKeyPurpose()); in InitHuksModuleEnum()
/ohos5.0/base/security/huks/interfaces/kits/napi/src/
H A Dhuks_napi.cpp281 static napi_value CreateHuksKeyPurpose(napi_env env) in CreateHuksKeyPurpose() function
734 DECLARE_NAPI_PROPERTY("HuksKeyPurpose", CreateHuksKeyPurpose(env)), in HuksNapiRegister()