Home
last modified time | relevance | path

Searched defs:pskKeyAlias (Results 1 – 5 of 5) sorted by relevance

/base/security/device_auth/services/legacy/identity_manager/src/
Didentity_p2p.c315 Uint8Buff *pskKeyAlias) in GetDirectAuthPskAliasInner()
330 static int32_t GetDirectAuthPskAliasCreateIfNeeded(const CJson *in, Uint8Buff *pskKeyAlias) in GetDirectAuthPskAliasCreateIfNeeded()
386 Uint8Buff pskKeyAlias = { pskKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in GetSharedSecretByUrl() local
Didentity_group.c753 …32_t GeneratePskAliasInner(const char *serviceType, const char *peerAuthId, Uint8Buff *pskKeyAlias) in GeneratePskAliasInner()
766 …int32_t GeneratePskAliasAndCheckExist(const CJson *in, const char *groupId, Uint8Buff *pskKeyAlias) in GeneratePskAliasAndCheckExist()
819 Uint8Buff pskKeyAlias = { pskKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in GetSharedSecretForP2pInPake() local
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
Dhuks_adapter.c358 static int32_t ComputePseudonymPskInner(const KeyParams *keyParams, const Uint8Buff *pskKeyAlias, in ComputePseudonymPskInner()
387 static int32_t ComputePseudonymPsk(const KeyParams *keyParams, const Uint8Buff *pskKeyAlias, in ComputePseudonymPsk()
Dhuks_adapter_utils.c459 int32_t ConstructPseudonymParamSet(const KeyParams *keyParams, const Uint8Buff *pskKeyAlias, in ConstructPseudonymParamSet()
500 int32_t CheckPskParams(const KeyParams *keyParams, const Uint8Buff *pskKeyAlias, const Uint8Buff *o… in CheckPskParams()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
Dpake_v1_protocol_task_common.c264 static int32_t GeneratePskAlias(const PakeParams *params, Uint8Buff *pskKeyAlias) in GeneratePskAlias()