Searched refs:AgreeDlSharedSecret (Results 1 – 6 of 6) sorted by relevance
29 int32_t AgreeDlSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret);
36 int32_t AgreeDlSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret) in AgreeDlSharedSecret() function
172 int32_t AgreeDlSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret) in AgreeDlSharedSecret() function
275 res = AgreeDlSharedSecret(params, ¶ms->sharedSecret); in GenerateSessionKey()
225 res = AgreeDlSharedSecret(baseParams, nullptr);229 res = AgreeDlSharedSecret(baseParams, nullptr);233 res = AgreeDlSharedSecret(baseParams, nullptr);
397 res = AgreeDlSharedSecret(params, &tmpSharedSecret); in GenerateSharedSecret()