Home
last modified time | relevance | path

Searched refs:HksGetKeyInfoListForDe (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_others_test.cpp73 int32_t ret = HksGetKeyInfoListForDe(NULL, NULL, NULL);
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
H A Dhks_others_test.c76 int32_t ret = HksGetKeyInfoListForDe(NULL, NULL, NULL); in LITE_TEST_CASE()
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/
H A Dhks_others_test.cpp74 int32_t ret = HksGetKeyInfoListForDe(NULL, NULL, NULL);
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/upgrade_test/version_one/
H A Dhks_compatibility_test.cpp572 ret = HksGetKeyInfoListForDe(nullptr, keyInfoList, &keyInfoListSize);
614 ret = HksGetKeyInfoListForDe(nullptr, keyInfoList, &keyInfoListSize);
654 ret = HksGetKeyInfoListForDe(nullptr, keyInfoList, &keyInfoListSize);
709 ret = HksGetKeyInfoListForDe(nullptr, keyInfoList, &keyInfoListSize);
/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/
H A Dhks_test_adapt_for_de.h69 int32_t HksGetKeyInfoListForDe(const struct HksParamSet *paramSet,
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_ce_update_test.cpp697 ret = HksGetKeyInfoListForDe(infoListParamSet, keyInfoList, &listCount);
730 ret = HksGetKeyInfoListForDe(paramSet, keyInfoList, &listCount);
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_adapt_for_de.c391 int32_t HksGetKeyInfoListForDe(const struct HksParamSet *paramSet, in HksGetKeyInfoListForDe() function