scripts: generate_test_keys: skip secp192 curves in tf-psa-crypto

Their support has been removed from tf-psa-crypto. Keep them only for the
3.6 branch.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
Valerio Setti
2025-12-05 14:12:07 +01:00
parent f58263d00f
commit e3f4268a90
+2
View File
@@ -179,6 +179,8 @@ def main() -> None:
# tf-psa-crypto. It only remains available for 3.6 LTS branch.
if not build_tree.is_mbedtls_3_6():
del EC_NAME_CONVERSION['PSA_ECC_FAMILY_SECP_R1'][224]
del EC_NAME_CONVERSION['PSA_ECC_FAMILY_SECP_R1'][192]
del EC_NAME_CONVERSION['PSA_ECC_FAMILY_SECP_K1'][192]
arrays, look_up_table = collect_keys()