correct some message names
authorMazet Laurent <laurent.mazet@thalesgroup.com>
Tue, 29 Apr 2025 20:19:35 +0000 (22:19 +0200)
committerMazet Laurent <laurent.mazet@thalesgroup.com>
Tue, 29 Apr 2025 20:19:35 +0000 (22:19 +0200)
morep_simulator.c

index b800a31a5a9e75e61fcbcb740c9a40f99e356d6a..f85e8261aee2b741e59f2a68d939554aa044bbe0 100644 (file)
@@ -58,10 +58,10 @@ message_t message_list[] = {
     {"DECRYPTED_CROSS_ASYNC", cross_crypto_e, 0x03, clear_data_e},
 
     /* Local cryptographic service */
-    {"ENCRYPT_LOCAL_ASYNC", local_crypto_e, 0x00, clear_data_e},
-    {"ENCRYPTED_LOCAL_ASYNC", local_crypto_e, 0x01, encrypted_data_e},
-    {"DECRYPT_LOCAL_ASYNC", local_crypto_e, 0x02, encrypted_data_e},
-    {"DECRYPTED_LOCAL_ASYNC", local_crypto_e, 0x03, clear_data_e},
+    {"ENCRYPT_LOCAL_REQ", local_crypto_e, 0x00, clear_data_e},
+    {"ENCRYPTED_LOCAL_RESP", local_crypto_e, 0x01, encrypted_data_e},
+    {"DECRYPT_LOCAL_REQ", local_crypto_e, 0x02, encrypted_data_e},
+    {"DECRYPTED_LOCAL_RESP", local_crypto_e, 0x03, clear_data_e},
 
     /* Provisioning service */
     {"LOAD_KEY_REQ", provisioning_e, 0x00, key_e},