mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-21 20:12:37 +01:00
owe: Update l_ecdh_generate_shared_secret parameters
This commit is contained in:
parent
1578a37ac2
commit
d242cfc9e9
@ -141,8 +141,8 @@ static bool owe_compute_keys(struct owe_sm *owe, const void *public_key,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!l_ecdh_generate_shared_secret(owe->curve, owe->private,
|
if (!l_ecdh_generate_shared_secret(owe->private, other_public,
|
||||||
other_public, &shared_secret)) {
|
&shared_secret)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user