From f73e041b9b07e501b95f66e8fdfcd3653d29c239 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 7 Jan 2022 14:11:54 +0200 Subject: [PATCH] tests: Update sae_bignum_failure to match implementation This was failing with the PWE derivation change in the implementation. Signed-off-by: Jouni Malinen --- tests/hwsim/test_sae.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/hwsim/test_sae.py b/tests/hwsim/test_sae.py index 926a35da1..abadc3037 100644 --- a/tests/hwsim/test_sae.py +++ b/tests/hwsim/test_sae.py @@ -1490,8 +1490,7 @@ def test_sae_bignum_failure(dev, apdev): (1, "crypto_bignum_init_set;sae_test_pwd_seed_ecc"), (1, "crypto_ec_point_compute_y_sqr;sae_test_pwd_seed_ecc"), (1, "crypto_bignum_to_bin;sae_derive_pwe_ecc"), - (1, "crypto_ec_point_init;sae_derive_pwe_ecc"), - (1, "crypto_ec_point_solve_y_coord;sae_derive_pwe_ecc"), + (1, "crypto_ec_point_compute_y_sqr;sae_derive_pwe_ecc"), (1, "crypto_ec_point_init;sae_derive_commit_element_ecc"), (1, "crypto_ec_point_mul;sae_derive_commit_element_ecc"), (1, "crypto_ec_point_invert;sae_derive_commit_element_ecc"),