Searched refs:KEY_ALIAS_AUTH_TOKEN (Results 1 - 7 of 7) sorted by relevance
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/creds_manager/ |
H A D | das_lite_token_manager.c | 30 int32_t res = GenerateKeyAlias(&pkgNameBuff, &serviceTypeBuff, KEY_ALIAS_AUTH_TOKEN, &authIdBuff, in UnregisterLocalIdentityLite() 58 int32_t res = GenerateKeyAlias(&pkgNameBuff, &serviceTypeBuff, KEY_ALIAS_AUTH_TOKEN, &authIdBuff, in DeletePeerAuthInfoLite()
|
/base/security/device_auth/services/identity_manager/inc/ |
H A D | identity_defines.h | 71 KEY_ALIAS_AUTH_TOKEN = 7, enumerator
|
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/ |
H A D | das_task_common.c | 382 if (keyType == KEY_ALIAS_AUTH_TOKEN) { in GenerateKeyAlias() 432 Uint8Buff keyTypeBuff = { GetKeyTypePair(KEY_ALIAS_AUTH_TOKEN), KEY_TYPE_PAIR_LEN }; in GeneratePseudonymPskAlias()
|
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_task_common/ |
H A D | iso_task_common.c | 272 res = GenerateKeyAlias(&pkgNameBuff, &serviceType, KEY_ALIAS_AUTH_TOKEN, ¶ms->baseParams.authIdPeer, in GenerateKeyAliasForIso() 629 return GenerateKeyAlias(&pkgName, &serviceType, KEY_ALIAS_AUTH_TOKEN, &authId, in GenerateKeyAliasInIso()
|
/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_group.c | 149 GenerateKeyAlias(&pkgNameBuff, &serviceTypeBuff, KEY_ALIAS_AUTH_TOKEN, &peerAuthIdBuff, &keyAlias); in IsP2pAuthTokenExist() 460 KeyAliasType keyType = KEY_ALIAS_AUTH_TOKEN; in GenerateKeyAliasForIso()
|
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/ |
H A D | auth_code_import.c | 184 Uint8Buff keyTypeBuff = { GetKeyTypePair(KEY_ALIAS_AUTH_TOKEN), KEY_TYPE_PAIR_LEN }; in GenerateKeyAlias()
|
/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 1145 res = GenerateKeyAlias(&pkgNameBuff, &serviceTypeBuff, KEY_ALIAS_AUTH_TOKEN, &authIdBuff, &outKeyAliasBuff); in HWTEST_F()
|
Completed in 8 milliseconds