Home
last modified time | relevance | path

Searched defs:selfKeyAlias (Results 1 – 7 of 7) sorted by relevance

/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/creds_manager/
Ddas_standard_token_manager.c216 static int32_t GenerateSelfKeyAlias(const PakeParams *params, Uint8Buff *selfKeyAlias) in GenerateSelfKeyAlias()
296 static int32_t ComputeAndSavePskInner(const PakeParams *params, const Uint8Buff *selfKeyAlias, in ComputeAndSavePskInner()
336 Uint8Buff selfKeyAlias = { selfKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePskStd() local
/base/security/device_auth/services/legacy/identity_manager/src/
Didentity_p2p.c232 static int32_t GenerateSelfKeyAlias(const char *selfAuthId, Uint8Buff *selfKeyAlias) in GenerateSelfKeyAlias()
278 Uint8Buff selfKeyAlias = { selfKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSaveDirectAuthPsk() local
Dcredential_operator.c546 Uint8Buff selfKeyAlias = { selfKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePsk() local
609 Uint8Buff selfKeyAlias = { selfKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in IsSelfKeyPairExist() local
Didentity_group.c612 bool isSelfFromUpgrade, Uint8Buff *selfKeyAlias) in GenerateSelfKeyAlias()
670 static int32_t CheckSelfKeyAlias(const Uint8Buff *selfKeyAlias, bool isSelfFromUpgrade, int32_t osA… in CheckSelfKeyAlias()
714 Uint8Buff selfKeyAlias = { selfKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePsk() local
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
Dpub_key_exchange.c348 static int32_t GenerateSelfKeyAlias(const CmdParams *params, Uint8Buff *selfKeyAlias) in GenerateSelfKeyAlias()
365 static int32_t ComputeAndSavePskInner(int32_t osAccountId, const Uint8Buff *selfKeyAlias, in ComputeAndSavePskInner()
390 Uint8Buff selfKeyAlias = { selfKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in ComputeAndSavePsk() local
/base/security/device_auth/test/fuzztest/identityservice_fuzzer/
Didentityservice_fuzzer.cpp1432 Uint8Buff selfKeyAlias = { selfKeyAliasVal, SHA256_LEN }; in IdentityServiceTestCase063() local
1446 Uint8Buff selfKeyAlias = { selfKeyAliasVal, SHA256_LEN }; in IdentityServiceTestCase064() local
/base/security/device_auth/services/identity_service/src/
Didentity_operation.c1165 …nt32_t ComputeAndSavePskInner(int32_t osAccountId, uint8_t credAlgo, const Uint8Buff *selfKeyAlias, in ComputeAndSavePskInner()