Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 10 of 10) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_sha256_rfc_test.c66 UCHAR expected[] = { 0xb0, 0x34, 0x4c, 0x61, 0xd8, 0xdb, 0x38, 0x53, 0x5c, 0xa8, 0xaf, 0xce, 0xaf, … in TEST() local
88 EXPECT_EQ(0, memcmp(output, expected, 32)); in TEST()
134 EXPECT_EQ(0, memcmp(output, expected, 32)); in TEST()
145 UCHAR expected[] = { 0x5b, 0xdc, 0xc1, 0x46, 0xbf, 0x60, 0x75, 0x4e, 0x6a, 0x04, 0x24, 0x26, 0x08, … in TEST() local
167 EXPECT_EQ(0, memcmp(output, expected, 32)); in TEST()
213 EXPECT_EQ(0, memcmp(output, expected, 32)); in TEST()
232 UCHAR expected[] = { 0x77, 0x3e, 0xa9, 0x1e, 0x36, 0x80, 0x0e, 0x46, 0x85, 0x4d, 0xb8, 0xeb, 0xd0, … in TEST() local
254 EXPECT_EQ(0, memcmp(output, expected, 32)); in TEST()
300 EXPECT_EQ(0, memcmp(output, expected, 32)); in TEST()
319 UCHAR expected[] = { 0x82, 0x55, 0x8a, 0x38, 0x9a, 0x44, 0x3c, 0x0e, 0xa4, 0xcc, 0x81, 0x98, 0x99, … in TEST() local
[all …]
Dnx_secure_3des_test.c66 UCHAR expected[TEST_TEXT_LENGTH]; in thread_0_entry() local
138 memset(expected, 0xFF, sizeof(expected)); in thread_0_entry()
156 (UCHAR *)expected, in thread_0_entry()
157 sizeof(expected), in thread_0_entry()
205 EXPECT_EQ(0, memcmp(output, expected, sizeof(expected))); in thread_0_entry()
222 (UCHAR *)expected, in thread_0_entry()
225 (UCHAR *)expected, in thread_0_entry()
226 sizeof(expected), in thread_0_entry()
274 EXPECT_EQ(0, memcmp(output, expected, TEST_TEXT_LENGTH)); in thread_0_entry()
Dnx_secure_des_test.c68 UCHAR expected[TEST_TEXT_LENGTH]; in thread_0_entry() local
138 memset(expected, 0xFF, sizeof(expected)); in thread_0_entry()
156 (UCHAR *)expected, in thread_0_entry()
157 sizeof(expected), in thread_0_entry()
205 EXPECT_EQ(0, memcmp(output, expected, sizeof(expected))); in thread_0_entry()
222 (UCHAR *)expected, in thread_0_entry()
225 (UCHAR *)expected, in thread_0_entry()
226 sizeof(expected), in thread_0_entry()
274 EXPECT_EQ(0, memcmp(output, expected, TEST_TEXT_LENGTH)); in thread_0_entry()
Dtls_test_utility.h43 #define EXPECT_EQ(expected, actual) \ argument
44 if((expected) != (actual)) \
47 …printf("Expected: 0x%x, (%d) Got: 0x%x (%d)\n", (UINT)(expected), (INT)(expected), (UINT)(actual),…
/NetX-Duo-v6.2.1/test/regression/test/
Dnetxtestcontrol.h2 #define CHECK_STATUS(expected, actual) \ argument
3 if((expected) != (actual)) \
6 …printf("Expected: 0x%x, (%d) Got: 0x%x (%d)\n", (UINT)(expected), (INT)(expected), (UINT)(actual),…
/NetX-Duo-v6.2.1/test/regression/web_test/
Dtest_utility.h35 #define EXPECT_EQ(expected, actual) \ argument
36 if(expected != actual) \
39 printf("Expected: 0x%x, (%d) Got: 0x%x (%d)\n", expected, expected, actual, actual); \
Dnetx_https_api_test.c15 #define EXPECT_EQ(expected, actual) \ argument
16 if(expected != actual) \
19 …printf("Expected: 0x%x, (%d) Got: 0x%x (%d)\n", (int)expected, (int)expected, (int)actual, (int)ac…
/NetX-Duo-v6.2.1/.github/ISSUE_TEMPLATE/
Dbug_report.md26 A clear and concise description of what you expected to happen.
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client_properties.md290 …eader_next_token(). Note that on the subsequent call to this API, it is expected that the json rea…
Dazure_rtos_iot_json.md352 …oken value that the #NX_AZURE_IOT_JSON_READER points to is equal to the expected text within the p…
363 * NX_TRUE If the current JSON token value in the JSON source semantically matches the expected look…