Home
last modified time | relevance | path

Searched refs:ComputeAndSavePsk (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dpub_key_exchange.c385 static int32_t ComputeAndSavePsk(const CmdParams *params) in ComputeAndSavePsk() function
459 return ComputeAndSavePsk(params); in ServerSendPkInfoProcEvent()
524 return ComputeAndSavePsk(params); in ClientImportPkProcEvent()
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcredential_operator.c506 static int32_t ComputeAndSavePsk(int32_t osAccountId, const char *peerServiceType, const char *peer… in ComputeAndSavePsk() function
662 res = ComputeAndSavePsk(param->osAccountId, param->serviceType, param->deviceId, keyType); in ImportCredential()
H A Didentity_group.c669 static int32_t ComputeAndSavePsk(int32_t osAccountId, const char *groupId, in ComputeAndSavePsk() function
763 ret = ComputeAndSavePsk(osAccountId, groupId, deviceEntry, pskKeyAlias); in GeneratePskAliasAndCheckExist()