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 D | pub_key_exchange.c | 385 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 D | credential_operator.c | 506 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 D | identity_group.c | 669 static int32_t ComputeAndSavePsk(int32_t osAccountId, const char *groupId, in ComputeAndSavePsk() function 763 ret = ComputeAndSavePsk(osAccountId, groupId, deviceEntry, pskKeyAlias); in GeneratePskAliasAndCheckExist()
|