Home
last modified time | relevance | path

Searched refs:TEST_CONNECT_KEY_SIZE (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/websocket_test/
Dnetx_websocket_common_process.c11 #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/
Dnetx_mqtt_websocket_block_test.c23 #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()
Dnetx_mqtt_websocket_non_block_test.c23 #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()