Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_bn_exp_mod_test_func.cpp21 uint8_t bufX[HKS_TEST_8] = { 0, 0, 0, 0, 0, 0, 0, 0x40 }; in TestValue()
22 uint8_t bufA[HKS_TEST_8] = { 1, 2, 3, 4, 5, 6, 7, 8 }; in TestValue()
24 uint8_t bufN[HKS_TEST_8] = { 0, 1, 2, 3, 4, 5, 6, 7 }; in TestValue()
25 uint8_t tmpBufX[HKS_TEST_8] = {0}; in TestValue()
26 struct HksBlob tmpX = { HKS_TEST_8, tmpBufX }; in TestValue()
27 struct HksBlob tmpA = { HKS_TEST_8, bufA }; in TestValue()
29 struct HksBlob tmpN = { HKS_TEST_8, bufN }; in TestValue()
31 for (int i = 0; i < HKS_TEST_8; ++i) { in TestValue()
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/
H A Dhks_bn_exp_mod_test.cpp62 const int HKS_TEST_8 = 8; variable
76 uint8_t bufX[HKS_TEST_8] = { 0, 0, 0, 0, 0, 0, 0, 0x40 }; in TestValue()
77 uint8_t bufA[HKS_TEST_8] = { 1, 2, 3, 4, 5, 6, 7, 8 }; in TestValue()
79 uint8_t bufN[HKS_TEST_8] = { 0, 1, 2, 3, 4, 5, 6, 7 }; in TestValue()
80 uint8_t tmpBufX[HKS_TEST_8] = {0}; in TestValue()
81 struct HksBlob tmpX = { HKS_TEST_8, tmpBufX }; in TestValue()
82 struct HksBlob tmpA = { HKS_TEST_8, bufA }; in TestValue()
84 struct HksBlob tmpN = { HKS_TEST_8, bufN }; in TestValue()
86 for (int i = 0; i < HKS_TEST_8; ++i) { in TestValue()
/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/
H A Dhks_bn_exp_mod_test_c.h28 #define HKS_TEST_8 8 macro