ci: add a test config to verify PSA mbedtls crypto API implementation

Added a test config to verify PSA mbedtls crypto API implementation
using RSA based key algorithm with Trusted Board Boot and Measured
Boot configuration.

Also, updated the coverity script to cover the build of introduced build
option PSA_CRYPTO for the FVP platform.

Change-Id: Ib99c00baf62172ecbf2fb741586b5910482ae1ad
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 62e284f..eda85ec 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -206,6 +206,9 @@
 # PSA FWU support
 clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} ARM_GPT_SUPPORT=1 PSA_FWU_SUPPORT=1 USE_ROMLIB=1 FVP_TRUSTED_SRAM_SIZE=384
 
+# PSA Crypto support
+clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} PSA_CRYPTO=1 FVP_TRUSTED_SRAM_SIZE=384
+
 # SME and HCX features
 clean_build $fvp_common_flags ENABLE_SME_FOR_NS=1 ENABLE_FEAT_HCX=1