@@ -286,7 +286,7 @@ UTEST(AOS_PROCESS, HAPPY_PATH_CLEAR_FECF)
286
286
Crypto_Get_Managed_Parameters_For_Gvcid (aos_frame_pri_hdr .tfvn , aos_frame_pri_hdr .scid , aos_frame_pri_hdr .vcid ,
287
287
gvcid_managed_parameters_array , & aos_current_managed_parameters_struct );
288
288
// Now, byte by byte verify the static frame in memory is equivalent to what we started with
289
- for (int i = 0 ; i < current_managed_parameters_struct .max_frame_size ; i ++ )
289
+ for (int i = 0 ; i < aos_current_managed_parameters_struct .max_frame_size ; i ++ )
290
290
{
291
291
// printf("Checking %02x against %02X\n", (uint8_t)ptr_processed_frame[i], (uint8_t)*(truth_aos_b + i));
292
292
ASSERT_EQ ((uint8_t )ptr_processed_frame [i ], (uint8_t ) * (truth_aos_b + i ));
@@ -419,7 +419,7 @@ UTEST(AOS_PROCESS, SECONDARY_HDR_PRESENT_PLAINTEXT)
419
419
gvcid_managed_parameters_array , & aos_current_managed_parameters_struct );
420
420
421
421
// Now, byte by byte verify the static frame in memory is equivalent to what we started with
422
- for (int i = 0 ; i < current_managed_parameters_struct .max_frame_size ; i ++ )
422
+ for (int i = 0 ; i < aos_current_managed_parameters_struct .max_frame_size ; i ++ )
423
423
{
424
424
// printf("Checking %02x against %02X\n", aos_frame[i], (uint8_t)*(truth_aos_b + i));
425
425
ASSERT_EQ (ptr_processed_frame [i ], (uint8_t ) * (truth_aos_b + i ));
@@ -555,7 +555,7 @@ UTEST(AOS_PROCESS, INSERT_ZONE_PRESENT_PLAINTEXT)
555
555
Crypto_Get_Managed_Parameters_For_Gvcid (aos_frame_pri_hdr .tfvn , aos_frame_pri_hdr .scid , aos_frame_pri_hdr .vcid ,
556
556
gvcid_managed_parameters_array , & aos_current_managed_parameters_struct );
557
557
// Now, byte by byte verify the static frame in memory is equivalent to what we started with
558
- for (int i = 0 ; i < current_managed_parameters_struct .max_frame_size ; i ++ )
558
+ for (int i = 0 ; i < aos_current_managed_parameters_struct .max_frame_size ; i ++ )
559
559
{
560
560
printf ("Checking %02x against %02X\n" , ptr_processed_frame [i ], (uint8_t ) * (truth_aos_b + i ));
561
561
ASSERT_EQ (ptr_processed_frame [i ], (uint8_t )truth_aos_b [i ]);
@@ -699,7 +699,7 @@ UTEST(AOS_PROCESS, AES_CMAC_256_TEST_0)
699
699
Crypto_Get_Managed_Parameters_For_Gvcid (aos_frame_pri_hdr .tfvn , aos_frame_pri_hdr .scid , aos_frame_pri_hdr .vcid ,
700
700
gvcid_managed_parameters_array , & aos_current_managed_parameters_struct );
701
701
// Now, byte by byte verify the static frame in memory is equivalent to what we started with
702
- for (int i = 0 ; i < current_managed_parameters_struct .max_frame_size ; i ++ )
702
+ for (int i = 0 ; i < aos_current_managed_parameters_struct .max_frame_size ; i ++ )
703
703
{
704
704
// printf("Checking %02x against %02X\n", (uint8_t)ptr_processed_frame[i], (uint8_t)*(truth_aos_b + i));
705
705
ASSERT_EQ ((uint8_t )ptr_processed_frame [i ], (uint8_t ) * (truth_aos_b + i ));
@@ -850,7 +850,7 @@ UTEST(AOS_PROCESS, AES_CMAC_256_TEST_1)
850
850
Crypto_Get_Managed_Parameters_For_Gvcid (aos_frame_pri_hdr .tfvn , aos_frame_pri_hdr .scid , aos_frame_pri_hdr .vcid ,
851
851
gvcid_managed_parameters_array , & aos_current_managed_parameters_struct );
852
852
// Now, byte by byte verify the static frame in memory is equivalent to what we started with
853
- for (int i = 0 ; i < current_managed_parameters_struct .max_frame_size ; i ++ )
853
+ for (int i = 0 ; i < aos_current_managed_parameters_struct .max_frame_size ; i ++ )
854
854
{
855
855
// printf("Checking %02x against %02X\n", (uint8_t)ptr_processed_frame[i], (uint8_t)*(truth_aos_b + i));
856
856
ASSERT_EQ ((uint8_t )ptr_processed_frame [i ], (uint8_t ) * (truth_aos_b + i ));
@@ -999,7 +999,7 @@ UTEST(AOS_PROCESS, AES_HMAC_256_TEST_0)
999
999
Crypto_Get_Managed_Parameters_For_Gvcid (aos_frame_pri_hdr .tfvn , aos_frame_pri_hdr .scid , aos_frame_pri_hdr .vcid ,
1000
1000
gvcid_managed_parameters_array , & aos_current_managed_parameters_struct );
1001
1001
// Now, byte by byte verify the static frame in memory is equivalent to what we started with
1002
- for (int i = 0 ; i < current_managed_parameters_struct .max_frame_size ; i ++ )
1002
+ for (int i = 0 ; i < aos_current_managed_parameters_struct .max_frame_size ; i ++ )
1003
1003
{
1004
1004
// printf("Checking %02x against %02X\n", (uint8_t)ptr_processed_frame[i], (uint8_t)*(truth_aos_b + i));
1005
1005
ASSERT_EQ ((uint8_t )ptr_processed_frame [i ], (uint8_t ) * (truth_aos_b + i ));
@@ -1147,7 +1147,7 @@ UTEST(AOS_PROCESS, AES_HMAC_256_TEST_1)
1147
1147
Crypto_Get_Managed_Parameters_For_Gvcid (aos_frame_pri_hdr .tfvn , aos_frame_pri_hdr .scid , aos_frame_pri_hdr .vcid ,
1148
1148
gvcid_managed_parameters_array , & aos_current_managed_parameters_struct );
1149
1149
// Now, byte by byte verify the static frame in memory is equivalent to what we started with
1150
- for (int i = 0 ; i < current_managed_parameters_struct .max_frame_size ; i ++ )
1150
+ for (int i = 0 ; i < aos_current_managed_parameters_struct .max_frame_size ; i ++ )
1151
1151
{
1152
1152
// printf("Checking %02x against %02X\n", (uint8_t)ptr_processed_frame[i], (uint8_t)*(truth_aos_b + i));
1153
1153
ASSERT_EQ ((uint8_t )ptr_processed_frame [i ], (uint8_t ) * (truth_aos_b + i ));
@@ -1297,7 +1297,7 @@ UTEST(AOS_PROCESS, AES_HMAC_512_TEST_0)
1297
1297
Crypto_Get_Managed_Parameters_For_Gvcid (aos_frame_pri_hdr .tfvn , aos_frame_pri_hdr .scid , aos_frame_pri_hdr .vcid ,
1298
1298
gvcid_managed_parameters_array , & aos_current_managed_parameters_struct );
1299
1299
// Now, byte by byte verify the static frame in memory is equivalent to what we started with
1300
- for (int i = 0 ; i < current_managed_parameters_struct .max_frame_size ; i ++ )
1300
+ for (int i = 0 ; i < aos_current_managed_parameters_struct .max_frame_size ; i ++ )
1301
1301
{
1302
1302
// printf("Checking %02x against %02X\n", (uint8_t)ptr_processed_frame[i], (uint8_t)*(truth_aos_b + i));
1303
1303
ASSERT_EQ ((uint8_t )ptr_processed_frame [i ], (uint8_t ) * (truth_aos_b + i ));
@@ -1447,7 +1447,7 @@ UTEST(AOS_PROCESS, AES_HMAC_512_TEST_1)
1447
1447
Crypto_Get_Managed_Parameters_For_Gvcid (aos_frame_pri_hdr .tfvn , aos_frame_pri_hdr .scid , aos_frame_pri_hdr .vcid ,
1448
1448
gvcid_managed_parameters_array , & aos_current_managed_parameters_struct );
1449
1449
// Now, byte by byte verify the static frame in memory is equivalent to what we started with
1450
- for (int i = 0 ; i < current_managed_parameters_struct .max_frame_size ; i ++ )
1450
+ for (int i = 0 ; i < aos_current_managed_parameters_struct .max_frame_size ; i ++ )
1451
1451
{
1452
1452
// printf("Checking %02x against %02X\n", (uint8_t)ptr_processed_frame[i], (uint8_t)*(truth_aos_b + i));
1453
1453
ASSERT_EQ ((uint8_t )ptr_processed_frame [i ], (uint8_t ) * (truth_aos_b + i ));
@@ -1790,7 +1790,7 @@ UTEST(AOS_PROCESS, AEAD_GCM_BITMASK_1)
1790
1790
Crypto_Get_Managed_Parameters_For_Gvcid (aos_frame_pri_hdr .tfvn , aos_frame_pri_hdr .scid , aos_frame_pri_hdr .vcid ,
1791
1791
gvcid_managed_parameters_array , & aos_current_managed_parameters_struct );
1792
1792
// Now, byte by byte verify the static frame in memory is equivalent to what we started with
1793
- for (int i = 0 ; i < current_managed_parameters_struct .max_frame_size ; i ++ )
1793
+ for (int i = 0 ; i < aos_current_managed_parameters_struct .max_frame_size ; i ++ )
1794
1794
{
1795
1795
// printf("Checking %02x against %02X\n", (uint8_t)ptr_processed_frame[i], (uint8_t)*(truth_aos_b + i));
1796
1796
ASSERT_EQ ((uint8_t )ptr_processed_frame [i ], (uint8_t ) * (truth_aos_b + i ));
0 commit comments