Move hmac_non_psa out of psa/ directory

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/programs/psa/CMakeLists.txt b/programs/psa/CMakeLists.txt
index 462fcf6..37192e3 100644
--- a/programs/psa/CMakeLists.txt
+++ b/programs/psa/CMakeLists.txt
@@ -2,8 +2,7 @@
     aead_non_psa
     aead_psa
     crypto_examples
-    hmac_non_psa
-    hmac_psa
+    hmac_demo
     key_ladder_demo
     psa_constant_names
 )