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 D | hks_others_test.cpp | 62 int32_t ret = HksGetKeyParamSetForDe(NULL, NULL, NULL);
|
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/ |
H A D | hks_others_test.c | 65 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 D | hks_others_test.cpp | 63 int32_t ret = HksGetKeyParamSetForDe(NULL, NULL, NULL);
|
/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/ |
H A D | hks_test_adapt_for_de.h | 43 int32_t HksGetKeyParamSetForDe(const struct HksBlob *keyAlias,
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_check_auth_part_test.cpp | 336 ret = HksGetKeyParamSetForDe(&keyAlias, genParamSet, paramOutSet); in CheckGenAuthTest() 389 ret = HksGetKeyParamSetForDe(&newKeyAlias, initParamSet, paramOutSet); in CheckImportAuthTest()
|
H A D | hks_ce_update_test.cpp | 815 ret = HksGetKeyParamSetForDe(&g_validKeyAliasEcc[i], paramSetIn, paramSetOut); 863 ret = HksGetKeyParamSetForDe(&g_invalidKeyAliasEcc[i], paramSetIn, paramSetOut);
|
H A D | hks_attest_key_nonids_test.cpp | 85 int32_t ret = HksGetKeyParamSetForDe(&g_keyAlias, nullptr, paramOutSet); in ValidateCertChain()
|
H A D | hks_access_control_secure_sign_test.cpp | 475 ret = HksGetKeyParamSetForDe(alias, paramSet, keyParamSet); in CheckSignWithInfoTag()
|
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/ |
H A D | hks_test_adapt_for_de.c | 194 int32_t HksGetKeyParamSetForDe(const struct HksBlob *keyAlias, in HksGetKeyParamSetForDe() function
|