]> git.ipfire.org Git - thirdparty/hostap.git/commit
dragonfly: SAE/EAP-pwd min PWE derivation iteration count to shared code
authorJouni Malinen <jouni@codeaurora.org>
Tue, 23 Jul 2019 18:21:30 +0000 (21:21 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 23 Jul 2019 18:21:30 +0000 (21:21 +0300)
commitbfb6a482f6ed805f01bfafe201a5a7226c55ee9b
tree4f5ef1b54dd8d591002e346c76bb75e75f198904
parent036fc6bdbdc854f724a8651093d4a7678821dfa1
dragonfly: SAE/EAP-pwd min PWE derivation iteration count to shared code

Use a shared function to determine the k parameter, i.e., the minimum
number of iterations of the PWE derivation loop, for SAE and EAP-pwd.
This makes it easier to fine-tune the parameter based on the negotiated
group, if desired.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/dragonfly.c
src/common/dragonfly.h
src/common/sae.c