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 D | hks_attest_key_ids_test.cpp | 120 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 D | hks_attest_key_nonids_test.cpp | 125 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 D | hks_others_test.c | 87 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 D | hks_others_test.cpp | 85 int32_t ret = HksAttestKeyForDe(NULL, NULL, NULL);
|
/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/ |
H A D | hks_test_adapt_for_de.h | 72 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 D | hks_device_sec_test.cpp | 304 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 D | hks_test_adapt_for_de.c | 413 int32_t HksAttestKeyForDe(const struct HksBlob *keyAlias, const struct HksParamSet *paramSet, in HksAttestKeyForDe() function
|