Home
last modified time | relevance | path

Searched refs:HksGetKeyParamSetForDe (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_others_test.cpp62 int32_t ret = HksGetKeyParamSetForDe(NULL, NULL, NULL);
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
H A Dhks_others_test.c65 int32_t ret = HksGetKeyParamSetForDe(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.cpp63 int32_t ret = HksGetKeyParamSetForDe(NULL, NULL, NULL);
/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/
H A Dhks_test_adapt_for_de.h43 int32_t HksGetKeyParamSetForDe(const struct HksBlob *keyAlias,
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_check_auth_part_test.cpp336 ret = HksGetKeyParamSetForDe(&keyAlias, genParamSet, paramOutSet); in CheckGenAuthTest()
389 ret = HksGetKeyParamSetForDe(&newKeyAlias, initParamSet, paramOutSet); in CheckImportAuthTest()
H A Dhks_ce_update_test.cpp815 ret = HksGetKeyParamSetForDe(&g_validKeyAliasEcc[i], paramSetIn, paramSetOut);
863 ret = HksGetKeyParamSetForDe(&g_invalidKeyAliasEcc[i], paramSetIn, paramSetOut);
H A Dhks_attest_key_nonids_test.cpp85 int32_t ret = HksGetKeyParamSetForDe(&g_keyAlias, nullptr, paramOutSet); in ValidateCertChain()
H A Dhks_access_control_secure_sign_test.cpp475 ret = HksGetKeyParamSetForDe(alias, paramSet, keyParamSet); in CheckSignWithInfoTag()
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_adapt_for_de.c194 int32_t HksGetKeyParamSetForDe(const struct HksBlob *keyAlias, in HksGetKeyParamSetForDe() function