Home
last modified time | relevance | path

Searched refs:paramSetOut (Results 1 – 5 of 5) sorted by relevance

/test/xts/acts/security_lite/huks/liteos_a_adapter/
Dhks_generate_key_test.cpp106 struct HksParamSet *paramSetOut = NULL; variable
107 ret = TestConstructGenerateKeyParamSetOut(&paramSetOut,
112 ret = HksGenerateKeyRun(keyAlias, paramSet, paramSetOut, performTimes);
125 HksFreeParamSet(&paramSetOut);
/test/xts/acts/security_lite/huks/liteos_m_adapter/
Dhks_generate_key_test.c131 struct HksParamSet *paramSetOut = NULL; in ExecHksGenerateKeyTest001() local
132 ret = TestConstructGenerateKeyParamSetOut(&paramSetOut, in ExecHksGenerateKeyTest001()
137 ret = HksGenerateKeyRun(keyAlias, paramSet, paramSetOut, performTimes); in ExecHksGenerateKeyTest001()
150 HksFreeParamSet(&paramSetOut); in ExecHksGenerateKeyTest001()
/test/xts/acts/security_lite/huks/common/
Dhks_test_common.c580 struct HksParamSet *paramSetOut = NULL; in HuksGenerateKey() local
587 ret = HksGenerateKey(*keyAlias, paramSet, paramSetOut); in HuksGenerateKey()
669 struct HksParamSet *paramSetOut = NULL; in GenerateLocalX25519Key() local
670 ret = TestConstructGenerateKeyParamSetOut(&paramSetOut, true, HKS_TEST_COMMON_128); in GenerateLocalX25519Key()
673 ret = HksGenerateKey(NULL, paramSet, paramSetOut); in GenerateLocalX25519Key()
680 paramSetOut->params[0].blob.data, paramSetOut->params[0].blob.size); in GenerateLocalX25519Key()
687 paramSetOut->params[1].blob.data, paramSetOut->params[1].blob.size); in GenerateLocalX25519Key()
691 HksFreeParamSet(&paramSetOut); in GenerateLocalX25519Key()
Dhks_test_api_performance.c29 struct HksParamSet *paramSetOut, uint32_t performTimes) in HksGenerateKeyRun() argument
34 ret = HksGenerateKey(keyAlias, paramSetIn, paramSetOut); in HksGenerateKeyRun()
/test/xts/acts/security_lite/huks/common/include/
Dhks_test_api_performance.h28 struct HksParamSet *paramSetOut, uint32_t performTimes);