Home
last modified time | relevance | path

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 Dhks_generate_random_test.c72 ret = TestConstructBlobOut(&random, in LITE_TEST_CASE()
H A Dhks_hash_test.c98 ret = TestConstructBlobOut(&hash, in LITE_TEST_CASE()
H A Dhks_bn_exp_mod_test.c72 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 Dhks_generate_random_test.cpp71 ret = TestConstructBlobOut(&random,
H A Dhks_hash_test.cpp92 ret = TestConstructBlobOut(&hash,
H A Dhks_bn_exp_mod_test.cpp72 ret = TestConstructBlobOut(&a, g_testBnExpModParams[0].aParams.blobExist,
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/
H A Dhks_generate_random_test.cpp71 ret = TestConstructBlobOut(&random,
H A Dhks_hash_test.cpp93 ret = TestConstructBlobOut(&hash,
H A Dhks_bn_exp_mod_test.cpp114 ret = TestConstructBlobOut(&a, g_testBnExpModParams[0].aParams.blobExist,
/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/
H A Dhks_test_common_c.h68 int32_t TestConstructBlobOut(struct HksBlob **blob, bool blobExist, uint32_t blobSize,
H A Dhks_test_common_h.h360 int32_t TestConstructBlobOut(struct HksBlob **blob,
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_common_func.cpp585 int32_t TestConstructBlobOut(struct HksBlob **blob, in TestConstructBlobOut() function