all.sh: change checked functions in component_build_full_psa_crypto_client_without_crypto_provider()

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2024-03-01 07:29:44 +01:00
parent fbb1eef5b2
commit 0e4716d8de

View File

@ -1318,7 +1318,8 @@ component_build_full_psa_crypto_client_without_crypto_provider () {
# 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() {