Home
last modified time | relevance | path

Searched refs:checkKeyExist (Results 1 – 13 of 13) sorted by relevance

/base/security/device_auth/services/authenticators/src/account_unrelated/pake_task/standard_exchange_task/
Ddas_standard_token_manager.c35 res = loader->checkKeyExist(&keyAliasBuff); in RegisterLocalIdentity()
145 res = params->baseParams.loader->checkKeyExist(&selfKeyAlias); in ComputeAndSavePsk()
150 res = params->baseParams.loader->checkKeyExist(&peerKeyAlias); in ComputeAndSavePsk()
190 res = loader->checkKeyExist(&keyAliasBuff); in GetPublicKey()
Dcommon_standard_bind_exchange.c94 int32_t res = pakeParams->baseParams.loader->checkKeyExist(keyAlias); in PackageAuthInfo()
/base/security/device_auth/services/mk_agree/src/
Dkey_manager.c173 if (GetLoaderInstance()->checkKeyExist(&keyAliasBuff) == HC_SUCCESS) { in GenerateDeviceKeyPair()
241 if (GetLoaderInstance()->checkKeyExist(&mkAliasBuff) != HC_SUCCESS) { in DeleteMk()
308 if (GetLoaderInstance()->checkKeyExist(&pskAliasBuff) != HC_SUCCESS) { in DeletePseudonymPsk()
/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/
Dalg_defs.h139 CheckKeyExistFunc checkKeyExist; member
/base/security/device_auth/services/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
Dpake_v1_protocol_task_common.c148 if (params->baseParams.loader->checkKeyExist(&pskKeyAlias) != HC_SUCCESS) { in FillPskWithDerivedKeyHex()
/base/security/device_auth/services/creds_manager/src/
Dcreds_manager.c75 ret = GetLoaderInstance()->checkKeyExist(&keyAlias); in IsP2pAuthTokenExist()
506 ret = GetLoaderInstance()->checkKeyExist(&selfKeyAlias); in ComputeAndSavePsk()
511 ret = GetLoaderInstance()->checkKeyExist(&peerKeyAlias); in ComputeAndSavePsk()
554 if (GetLoaderInstance()->checkKeyExist(pskKeyAlias) != HC_SUCCESS) { in GeneratePskAliasAndCheckExist()
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
Dpub_key_exchange.c230 res = GetLoaderInstance()->checkKeyExist(&keyAlias); in ExportSelfPubKey()
357 res = GetLoaderInstance()->checkKeyExist(&selfKeyAlias); in ComputeAndSavePsk()
362 res = GetLoaderInstance()->checkKeyExist(&peerKeyAlias); in ComputeAndSavePsk()
/base/security/device_auth/services/authenticators/src/account_related/creds_manager/
Dasy_token_manager.c842 ret = g_algLoader->checkKeyExist(keyAlias); in DoExportPkAndCompare()
1012 ret = g_algLoader->checkKeyExist(keyAlias); in DoGenerateAndExportPk()
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/mini/
Dhuks_adapter.c792 .checkKeyExist = CheckKeyExist,
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/small/
Dhuks_adapter.c1270 .checkKeyExist = CheckKeyExist,
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/
Dhuks_adapter.c1392 .checkKeyExist = CheckKeyExist,
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/
Dcreds_manager_test.cpp293 int res = GetLoaderInstance()->checkKeyExist(keyAlias); in GenerateTempKeyPair()
/base/security/device_auth/test/unittest/deviceauth/source/
Ddeviceauth_standard_test.cpp243 int ret = GetLoaderInstance()->checkKeyExist(keyAlias); in GenerateTempKeyPair()