Searched refs:paramSetOut (Results 1 – 5 of 5) sorted by relevance
/test/xts/acts/security_lite/huks/liteos_a_adapter/ |
D | hks_generate_key_test.cpp | 106 struct HksParamSet *paramSetOut = NULL; variable 107 ret = TestConstructGenerateKeyParamSetOut(¶mSetOut, 112 ret = HksGenerateKeyRun(keyAlias, paramSet, paramSetOut, performTimes); 125 HksFreeParamSet(¶mSetOut);
|
/test/xts/acts/security_lite/huks/liteos_m_adapter/ |
D | hks_generate_key_test.c | 131 struct HksParamSet *paramSetOut = NULL; in ExecHksGenerateKeyTest001() local 132 ret = TestConstructGenerateKeyParamSetOut(¶mSetOut, in ExecHksGenerateKeyTest001() 137 ret = HksGenerateKeyRun(keyAlias, paramSet, paramSetOut, performTimes); in ExecHksGenerateKeyTest001() 150 HksFreeParamSet(¶mSetOut); in ExecHksGenerateKeyTest001()
|
/test/xts/acts/security_lite/huks/common/ |
D | hks_test_common.c | 580 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(¶mSetOut, 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(¶mSetOut); in GenerateLocalX25519Key()
|
D | hks_test_api_performance.c | 29 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/ |
D | hks_test_api_performance.h | 28 struct HksParamSet *paramSetOut, uint32_t performTimes);
|