Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_attest_key_ids_test.cpp120 ret = HksAttestKeyForDe(&g_keyAlias, paramSet, certChain);
156 ret = HksAttestKeyForDe(&g_keyAlias, paramSet, certChain);
192 ret = HksAttestKeyForDe(&g_keyAlias, paramSet, certChain);
223 ret = HksAttestKeyForDe(&g_keyAlias, paramSet, certChain);
255 ret = HksAttestKeyForDe(&g_keyAlias, paramSet, certChain);
289 ret = HksAttestKeyForDe(&g_keyAlias, paramSet, certChain);
H A Dhks_attest_key_nonids_test.cpp125 ret = HksAttestKeyForDe(&g_keyAlias, paramSet, certChain);
148 ret = HksAttestKeyForDe(&g_keyAlias, paramSet, certChain);
181 ret = HksAttestKeyForDe(&g_keyAlias, paramSet, certChain);
213 ret = HksAttestKeyForDe(&g_keyAlias, paramSet, certChain);
255 ret = HksAttestKeyForDe(&g_keyAlias, paramSet, certChain);
293 ret = HksAttestKeyForDe(&g_keyAlias, paramSet, certChain);
321 ret = HksAttestKeyForDe(&g_keyAlias, paramSet, certChain);
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
H A Dhks_others_test.c87 int32_t ret = HksAttestKeyForDe(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.cpp85 int32_t ret = HksAttestKeyForDe(NULL, NULL, NULL);
/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/
H A Dhks_test_adapt_for_de.h72 int32_t HksAttestKeyForDe(const struct HksBlob *keyAlias, const struct HksParamSet *paramSet,
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_device_sec_test.cpp304 ret = HksAttestKeyForDe(&keyAlias, paramSet, certChain); in TestKeyAttest1()
350 HksAttestKeyForDe(&keyAlias, paramSet, certChain); in TestKeyAttest2()
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_adapt_for_de.c413 int32_t HksAttestKeyForDe(const struct HksBlob *keyAlias, const struct HksParamSet *paramSet, in HksAttestKeyForDe() function