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 D | hks_others_test.cpp | 73 int32_t ret = HksGetKeyInfoListForDe(NULL, NULL, NULL);
|
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/ |
H A D | hks_others_test.c | 76 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 D | hks_others_test.cpp | 74 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 D | hks_compatibility_test.cpp | 572 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 D | hks_test_adapt_for_de.h | 69 int32_t HksGetKeyInfoListForDe(const struct HksParamSet *paramSet,
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_ce_update_test.cpp | 697 ret = HksGetKeyInfoListForDe(infoListParamSet, keyInfoList, &listCount); 730 ret = HksGetKeyInfoListForDe(paramSet, keyInfoList, &listCount);
|
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/ |
H A D | hks_test_adapt_for_de.c | 391 int32_t HksGetKeyInfoListForDe(const struct HksParamSet *paramSet, in HksGetKeyInfoListForDe() function
|