test(pauth): updated helpers to include QARMA3

QARMA3 is a pointer authentication algorithm introduced by v8.3
extensions. Previous tests did not consider the possible presence
of QARMA3 algorithm, as it was released in v8.8. This algorithm
can be detected through fields ID_AA64ISAR2_EL1.{GPA3, APA3} when
they are not 0.

This patch modifies the helper function that detects the presence
of PAuth, considering the possibility of having QARMA3 available.
In addition, is_armv8_3_pauth_gpa_gpi_present() and
is_armv8_3_pauth_apa_api_present() were modified to take into
account fields GPA3 and APA3 (from ID_AA64ISAR2_EL1) respectively.

Signed-off-by: Juan Pablo Conde <juanpablo.conde@arm.com>
Change-Id: I486c6d3118a040b3352eff2b0d5709baf0518314
diff --git a/tftf/framework/main.c b/tftf/framework/main.c
index f75cb07..a203bd2 100644
--- a/tftf/framework/main.c
+++ b/tftf/framework/main.c
@@ -550,7 +550,7 @@
 	 * authentication would fail then.
 	 */
 #if ENABLE_PAUTH
-	assert(is_armv8_3_pauth_apa_api_present());
+	assert(is_armv8_3_pauth_apa_api_apa3_present());
 
 	/*
 	 * Program APIAKey_EL1 key and enable ARMv8.3-PAuth here as this