Searched refs:HksGenerateRandomRun (Results 1 - 4 of 4) sorted by relevance
/test/xts/acts/security_lite/huks/liteos_a_adapter/ |
H A D | hks_generate_random_test.cpp | 78 ret = HksGenerateRandomRun(random, 1); in HWTEST_F() 80 HKS_TEST_LOG_I("HksGenerateRandomRun failed, ret[%u] = %d", g_testGenRandomParams[0].testId, ret); in HWTEST_F()
|
/test/xts/acts/security_lite/huks/common/include/ |
H A D | hks_test_api_performance.h | 46 int32_t HksGenerateRandomRun(struct HksBlob *random, uint32_t performTimes);
|
/test/xts/acts/security_lite/huks/liteos_m_adapter/ |
H A D | hks_generate_random_test.c | 103 ret = HksGenerateRandomRun(random, 1); in ExecHksGenerateRandomTest001() 105 HKS_TEST_LOG_I("HksGenerateRandomRun failed, ret[%u] = %d", g_testGenRandomParams[0].testId, ret); in ExecHksGenerateRandomTest001()
|
/test/xts/acts/security_lite/huks/common/ |
H A D | hks_test_api_performance.c | 149 int32_t HksGenerateRandomRun(struct HksBlob *random, uint32_t performTimes) in HksGenerateRandomRun() function
|
Completed in 2 milliseconds