FIx name of macro

Signed-off-by: Kusumit Ghoderao <Kusumit.Ghoderao@silabs.com>
diff --git a/include/psa/crypto_sizes.h b/include/psa/crypto_sizes.h
index 61ec2e6..b884def 100644
--- a/include/psa/crypto_sizes.h
+++ b/include/psa/crypto_sizes.h
@@ -277,7 +277,7 @@
 #define PSA_VENDOR_PBKDF2_MAX_ITERATIONS 0xffffffff
 
 /* Output size of AES_CMAC_PRF_128 algorithm */
-#define AES_CMAC_PRF_128_OUTPUT_SIZE 16
+#define PSA_AES_CMAC_PRF_128_OUTPUT_SIZE 16
 
 /** The maximum size of a block cipher. */
 #define PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE 16