Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_p2p.c243 static int32_t GetDirectAuthPskAliasCreateIfNeeded(const CJson *in, Uint8Buff *pskKeyAlias) in GetDirectAuthPskAliasCreateIfNeeded()
296 Uint8Buff pskKeyAlias = { pskKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in GetSharedSecretByUrl() local
H A Didentity_group.c722 …int32_t GeneratePskAliasAndCheckExist(const CJson *in, const char *groupId, Uint8Buff *pskKeyAlias) in GeneratePskAliasAndCheckExist()
777 Uint8Buff pskKeyAlias = { pskKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in GetSharedSecretForP2pInPake() local
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c714 static int32_t ConstructPseudonymParamSet(const KeyParams *keyParams, const Uint8Buff *pskKeyAlias, in ConstructPseudonymParamSet()
755 static int32_t CheckPskParams(const KeyParams *keyParams, const Uint8Buff *pskKeyAlias, const Uint8… in CheckPskParams()
766 static int32_t ComputePseudonymPskInner(const KeyParams *keyParams, const Uint8Buff *pskKeyAlias, in ComputePseudonymPskInner()
795 static int32_t ComputePseudonymPsk(const KeyParams *keyParams, const Uint8Buff *pskKeyAlias, in ComputePseudonymPsk()
/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.c262 static int32_t GeneratePskAlias(const PakeParams *params, Uint8Buff *pskKeyAlias) in GeneratePskAlias()