Build: Align PSA_API_TEST_xxx with PSA Arch Test

To keep macro align with psa-arch-tests. Changes:
    PSA_API_TEST_SECURE_STORAGE
        -->PSA_API_TEST_PROTECTED_STORAGE
    PSA_API_TEST_ATTESTATION
        -->PSA_API_TEST_INITIAL_ATTESTATION

Change-Id: Icf3d0434cc863fe38704fddff37982754edeae75
Signed-off-by: Karl Zhang <karl.zhang@linaro.org>
diff --git a/docs/user_guides/tfm_build_instruction.rst b/docs/user_guides/tfm_build_instruction.rst
index fbd3c75..5bf1511 100644
--- a/docs/user_guides/tfm_build_instruction.rst
+++ b/docs/user_guides/tfm_build_instruction.rst
@@ -83,9 +83,9 @@
 services needs to be enabled at the build configuration step by defining::
 
     -DPSA_API_TEST_INTERNAL_TRUSTED_STORAGE=ON
-    -DPSA_API_TEST_SECURE_STORAGE=ON
+    -DPSA_API_TEST_PROTECTED_STORAGE=ON
     -DPSA_API_TEST_CRYPTO=ON
-    -DPSA_API_TEST_ATTESTATION=ON
+    -DPSA_API_TEST_INITIAL_ATTESTATION=ON
 
 respectively for the corresponding service. For example, to enable the PSA API
 tests for the Crypto service only: