Merge pull request #1411 from mpg/bypass-wrappers

[3.6] Bypass GCD/modinv wrappers when possible
This commit is contained in:
Manuel Pégourié-Gonnard
2025-09-11 12:25:23 +02:00
committed by GitHub
9 changed files with 97 additions and 121 deletions

View File

@@ -1331,7 +1331,8 @@ common_test_psa_crypto_config_accel_ecc_some_curves () {
ALG_SHA3_224 ALG_SHA3_256 ALG_SHA3_384 ALG_SHA3_512"
helper_libtestdriver1_make_drivers "$loc_accel_list" "$loc_extra_list"
helper_libtestdriver1_make_main "$loc_accel_list"
# For grep to work below we need less inlining in ecp.c
ASAN_CFLAGS="$ASAN_CFLAGS -O0" helper_libtestdriver1_make_main "$loc_accel_list"
# We expect ECDH to be re-enabled for the missing curves
grep mbedtls_ecdh_ library/ecdh.o