Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/creds_manager/
H A Ddas_standard_token_manager.c25 KeyAliasType keyType = (KeyAliasType)params->userType; in RegisterLocalIdentityStd()
58 KeyAliasType keyType = (KeyAliasType)params->userType; in UnregisterLocalIdentityStd()
105 KeyAliasType keyType, const Uint8Buff *authIdPeer) in DeletePeerPubKey()
202 KeyAliasType keyType = KEY_ALIAS_LT_KEY_PAIR; in DeletePeerAuthInfoStd()
204 KeyAliasType keyType = (KeyAliasType)params->userType; in DeletePeerAuthInfoStd()
223 KeyAliasType keyType = (KeyAliasType)params->userType; in GenerateSelfKeyAlias()
250 KeyAliasType keyTypePeer = KEY_ALIAS_LT_KEY_PAIR; in GeneratePeerKeyAlias()
252 KeyAliasType keyTypePeer = (KeyAliasType)params->userTypePeer; in GeneratePeerKeyAlias()
375 KeyAliasType keyType = (KeyAliasType)params->userType; in GetPublicKeyStd()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task/
H A Dcommon_standard_bind_exchange.c403 KeyAliasType keyType = KEY_ALIAS_LT_KEY_PAIR; in SaveAuthInfo()
405 KeyAliasType keyType = (KeyAliasType)pakeParams->userTypePeer; in SaveAuthInfo()
438 KeyAliasType keyType = (KeyAliasType)pakeParams->userType; in ClientRequestStandardBindExchange()
483 KeyAliasType keyType = (KeyAliasType)pakeParams->userType; in GenerateSelfKeyAlias()
565 KeyAliasType keyType = (KeyAliasType)pakeParams->userType; in ClientConfirmStandardBindExchange()
/ohos5.0/base/security/device_auth/services/identity_manager/src/mock/
H A Didentity_manager_mock.c31 uint8_t *GetKeyTypePair(KeyAliasType keyAliasType) in GetKeyTypePair()
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_manager.c33 uint8_t *GetKeyTypePair(KeyAliasType keyAliasType) in GetKeyTypePair()
H A Didentity_group.c460 KeyAliasType keyType = KEY_ALIAS_AUTH_TOKEN; in GenerateKeyAliasForIso()
593 KeyAliasType keyType = (KeyAliasType)selfUserType; in GenerateSelfKeyAlias()
618 KeyAliasType keyTypePeer = KEY_ALIAS_LT_KEY_PAIR; in GeneratePeerKeyAlias()
620 KeyAliasType keyTypePeer = (KeyAliasType)peerDeviceEntry->devType; in GeneratePeerKeyAlias()
H A Didentity_p2p.c202 KeyAliasType keyType = KEY_ALIAS_P2P_AUTH; in ComputeAndSaveDirectAuthPsk()
214 KeyAliasType keyTypePeer = KEY_ALIAS_P2P_AUTH; in ComputeAndSaveDirectAuthPsk()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/
H A Ddas_task_common.h28 int32_t GenerateKeyAlias(const Uint8Buff *pkgName, const Uint8Buff *serviceType, const KeyAliasType
/ohos5.0/base/security/device_auth/services/identity_manager/inc/
H A Didentity_defines.h75 } KeyAliasType; // 0 ~ 2^8-1, don't change the order typedef
H A Didentity_manager.h71 uint8_t *GetKeyTypePair(KeyAliasType keyAliasType);
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_task_common.c38 static uint8_t *GetKeyTypePair(KeyAliasType keyAliasType) in GetKeyTypePair()
348 const KeyAliasType keyType, const Uint8Buff *authId, Uint8Buff *outKeyAlias) in GenerateKeyAlias()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dpub_key_exchange.c95 static uint8_t *GetKeyTypePair(KeyAliasType keyAliasType) in GetKeyTypePair()
190 KeyAliasType keyAliasType = isPsk ? KEY_ALIAS_PSK : (uint32_t)userType; in GenerateKeyAlias()
H A Dauth_code_import.c95 static uint8_t *GetKeyTypePair(KeyAliasType keyAliasType) in GetKeyTypePair()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
H A Dpake_v1_protocol_task_common.c141 KeyAliasType keyTypePeer = (KeyAliasType)params->userTypePeer; in LoadPseudonymFlagIfNeed()