Home
last modified time | relevance | path

Searched refs:privatekey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/build/lite/config/
H A Dhap_pack.gni25 privatekey = "OpenHarmony Application Release"
32 assert(defined(invoker.privatekey), "privatekey in required.")
35 invoker.privatekey = "OpenHarmony Application Release"
115 "--privatekey",
116 invoker.privatekey,
/ohos5.0/drivers/peripheral/huks/test/fuzztest/agreekeyfuzz/
H A Dhuks_hdi_fuzzer.cpp40 struct HksBlob privatekey = { PRIVATE_KEY_SIZE, myData + PARAMSET_SIZE }; in DoSomethingInterestingWithMyAPI() local
58 (void)g_instance->HuksHdiAgreeKey(paramSetIn, &privatekey, &publickey, &out); in DoSomethingInterestingWithMyAPI()
/ohos5.0/build/lite/
H A Dhap_pack.py116 '-privatekey': args.privatekey,
139 '-keyAlias': args.privatekey,