Searched defs:pskKeyAlias (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_p2p.c | 243 static int32_t GetDirectAuthPskAliasCreateIfNeeded(const CJson *in, Uint8Buff *pskKeyAlias) in GetDirectAuthPskAliasCreateIfNeeded() 296 Uint8Buff pskKeyAlias = { pskKeyAliasVal, PAKE_KEY_ALIAS_LEN }; in GetSharedSecretByUrl() local
|
H A D | identity_group.c | 722 …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 D | huks_adapter.c | 714 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 D | pake_v1_protocol_task_common.c | 262 static int32_t GeneratePskAlias(const PakeParams *params, Uint8Buff *pskKeyAlias) in GeneratePskAlias()
|