all.sh: change checked functions in component_build_full_psa_crypto_client_without_crypto_provider()

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index 327fd95..bcb1247 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -1318,7 +1318,8 @@
 
     # Ensure that desired functions are included into the build (extend the
     # following list as required).
-    grep mbedtls_pk_wrap_as_opaque library/libmbedcrypto.a
+    grep mbedtls_pk_setup_opaque library/libmbedcrypto.a
+    grep mbedtls_pk_can_do_ext library/libmbedcrypto.a
 }
 
 component_test_psa_crypto_rsa_no_genprime() {