Searched refs:TestConstructBlobOut (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/ |
H A D | hks_generate_random_test.c | 72 ret = TestConstructBlobOut(&random, in LITE_TEST_CASE()
|
H A D | hks_hash_test.c | 98 ret = TestConstructBlobOut(&hash, in LITE_TEST_CASE()
|
H A D | hks_bn_exp_mod_test.c | 72 ret = TestConstructBlobOut(&a, g_testBnExpModParams[0].aParams.blobExist, in LITE_TEST_CASE()
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/ |
H A D | hks_generate_random_test.cpp | 71 ret = TestConstructBlobOut(&random,
|
H A D | hks_hash_test.cpp | 92 ret = TestConstructBlobOut(&hash,
|
H A D | hks_bn_exp_mod_test.cpp | 72 ret = TestConstructBlobOut(&a, g_testBnExpModParams[0].aParams.blobExist,
|
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/ |
H A D | hks_generate_random_test.cpp | 71 ret = TestConstructBlobOut(&random,
|
H A D | hks_hash_test.cpp | 93 ret = TestConstructBlobOut(&hash,
|
H A D | hks_bn_exp_mod_test.cpp | 114 ret = TestConstructBlobOut(&a, g_testBnExpModParams[0].aParams.blobExist,
|
/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/ |
H A D | hks_test_common_c.h | 68 int32_t TestConstructBlobOut(struct HksBlob **blob, bool blobExist, uint32_t blobSize,
|
H A D | hks_test_common_h.h | 360 int32_t TestConstructBlobOut(struct HksBlob **blob,
|
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/ |
H A D | hks_test_common_func.cpp | 585 int32_t TestConstructBlobOut(struct HksBlob **blob, in TestConstructBlobOut() function
|