Home
last modified time | relevance | path

Searched refs:BaseTestDecrypt (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_cipher_test.cpp91 ASSERT_TRUE(BaseTestDecrypt(1, 0, 1) == 0);
96 ASSERT_TRUE(BaseTestDecrypt(1, 1, 1) == 0);
101 ASSERT_TRUE(BaseTestDecrypt(1, 3, 1) == 0);
106 ASSERT_TRUE(BaseTestDecrypt(1, 4, 1) == 0);
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/
H A Dhks_cipher_test.cpp92 ASSERT_TRUE(BaseTestDecrypt(1, 0, 1) == 0);
97 ASSERT_TRUE(BaseTestDecrypt(1, 1, 1) == 0);
102 ASSERT_TRUE(BaseTestDecrypt(1, 3, 1) == 0);
107 ASSERT_TRUE(BaseTestDecrypt(1, 4, 1) == 0);
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
H A Dhks_cipher_test.c102 TEST_ASSERT_TRUE(BaseTestDecrypt(1, TEST_INDEX_0, 1) == 0); in LITE_TEST_CASE()
107 TEST_ASSERT_TRUE(BaseTestDecrypt(1, TEST_INDEX_1, 1) == 0); in LITE_TEST_CASE()
112 TEST_ASSERT_TRUE(BaseTestDecrypt(1, TEST_INDEX_3, 1) == 0); in LITE_TEST_CASE()
117 TEST_ASSERT_TRUE(BaseTestDecrypt(1, TEST_INDEX_4, 1) == 0); in LITE_TEST_CASE()
/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/
H A Dhks_test_cipher_h.h48 int32_t BaseTestDecrypt(uint32_t times, uint32_t index, uint32_t performTimes);
H A Dhks_test_cipher_c.h404 int32_t BaseTestDecrypt(uint32_t times, uint32_t index, uint32_t performTimes);
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_cipher_func.cpp305 int32_t BaseTestDecrypt(uint32_t times, uint32_t index, uint32_t performTimes) in BaseTestDecrypt() function