Searched refs:TEST_CONNECT_KEY_SIZE (Results 1 – 3 of 3) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/websocket_test/ |
| D | netx_websocket_common_process.c | 11 #define TEST_CONNECT_KEY_SIZE 32 /* Make it larger than the minimum length (28 bytes )for the e… macro 13 static UCHAR connect_key[TEST_CONNECT_KEY_SIZE]; 134 …lity_base64_encode(digest, TEST_CONNECT_DIGEST_SIZE, connect_key, TEST_CONNECT_KEY_SIZE, &connect_… in _server_connect_response_process()
|
| /NetX-Duo-v6.2.1/test/regression/mqtt_test/ |
| D | netx_mqtt_websocket_block_test.c | 23 #define TEST_CONNECT_KEY_SIZE 32 /* Make it larger than the minimum length (28 bytes )for the e… macro 34 static UCHAR connect_key[TEST_CONNECT_KEY_SIZE]; 455 …ase64_encode(digest, (TEST_CONNECT_DIGEST_SIZE - 1), connect_key, TEST_CONNECT_KEY_SIZE, &connect_… in _server_connect_response_process()
|
| D | netx_mqtt_websocket_non_block_test.c | 23 #define TEST_CONNECT_KEY_SIZE 32 /* Make it larger than the minimum length (28 bytes )for the e… macro 34 static UCHAR connect_key[TEST_CONNECT_KEY_SIZE]; 467 …ase64_encode(digest, (TEST_CONNECT_DIGEST_SIZE - 1), connect_key, TEST_CONNECT_KEY_SIZE, &connect_… in _server_connect_response_process()
|