| /NetX-Duo-v6.2.1/test/regression/websocket_test/ |
| D | netx_websocket_common_process.c | 24 NX_SHA1 SH; in _server_connect_response_process() local 128 _nx_sha1_initialize(&SH); in _server_connect_response_process() 129 _nx_sha1_update(&SH, field_value, field_value_length); in _server_connect_response_process() 130 _nx_sha1_update(&SH, (UCHAR*)TEST_CONNECT_GUID, TEST_CONNECT_GUID_SIZE); in _server_connect_response_process() 131 _nx_sha1_digest_calculate(&SH, digest); in _server_connect_response_process()
|
| /NetX-Duo-v6.2.1/test/regression/interoperability_test/ecc_certificates/ |
| D | ECTestServer10.crt | 6 Issuer: C=CN, ST=SH, L=SH, O=EL, OU=EL, CN=ECCA2 10 Subject: C=CN, ST=SH, O=EL, OU=EL, CN=ECTestServer10 24 DirName:/C=CN/ST=SH/L=SH/O=EL/OU=EL/CN=ECCA2
|
| D | ECTestServer2.crt | 6 Issuer: C=CN, ST=SH, L=SH, O=EL, OU=EL, CN=ECCA2 10 Subject: C=CN, ST=SH, O=EL, OU=EL, CN=ECTestServer2 24 DirName:/C=CN/ST=SH/L=SH/O=EL/OU=EL/CN=ECCA2
|
| D | ECTestServer8_224.crt | 6 Issuer: C=CN, ST=SH, L=SH, O=EL, OU=EL, CN=ECCA2 10 Subject: C=CN, ST=SH, O=EL, OU=EL, CN=ECTestServer8 23 DirName:/C=CN/ST=SH/L=SH/O=EL/OU=EL/CN=ECCA2
|
| D | ECTestServer9_192.crt | 6 Issuer: C=CN, ST=SH, L=SH, O=EL, OU=EL, CN=ECCA2 10 Subject: C=CN, ST=SH, O=EL, OU=EL, CN=ECTestServer9 23 DirName:/C=CN/ST=SH/L=SH/O=EL/OU=EL/CN=ECCA2
|
| D | ECTestServer7_256.crt | 6 Issuer: C=CN, ST=SH, L=SH, O=EL, OU=EL, CN=ECCA4 10 Subject: C=CN, ST=SH, O=EL, OU=EL, CN=ECTestServer7_256 24 DirName:/C=CN/ST=SH/L=SH/O=EL/OU=EL/CN=ECCA4
|
| D | ECIntm.crt | 6 Issuer: C=CN, ST=SH, L=SH, O=EL, OU=EL, CN=ECCA4 10 Subject: C=CN, ST=SH, O=EL, OU=EL, CN=ECIntm 24 DirName:/C=CN/ST=SH/L=SH/O=EL/OU=EL/CN=ECCA4
|
| D | ECRevoked.crt | 6 Issuer: C=CN, ST=SH, L=SH, O=EL, OU=EL, CN=ECCA4 10 Subject: C=CN, ST=SH, O=EL, OU=EL, CN=ECRevoked 24 DirName:/C=CN/ST=SH/L=SH/O=EL/OU=EL/CN=ECCA4
|
| D | ECTestClient1.crt | 6 Issuer: C=CN, ST=SH, L=SH, O=EL, OU=EL, CN=ECCA4 10 Subject: C=CN, ST=SH, O=EL, CN=ECTestClient1 24 DirName:/C=CN/ST=SH/L=SH/O=EL/OU=EL/CN=ECCA4
|
| D | ECTestServer3.crt | 6 Issuer: C=CN, ST=SH, L=SH, O=EL, OU=EL, CN=ECCA3 10 Subject: C=CN, ST=SH, O=EL, OU=EL, CN=ECTestServer3 28 DirName:/C=CN/ST=SH/L=SH/O=EL/OU=EL/CN=ECCA3
|
| D | ECTestServer4.crt | 6 Issuer: C=CN, ST=SH, L=SH, O=EL, OU=EL, CN=ECCA4 10 Subject: C=CN, ST=SH, O=EL, OU=EL, CN=ECTestServer4 26 DirName:/C=CN/ST=SH/L=SH/O=EL/OU=EL/CN=ECCA4
|
| D | ECRevoked2.crt | 6 Issuer: C=CN, ST=SH, O=EL, OU=EL, CN=ECIntm 10 Subject: C=CN, ST=SH, O=EL, OU=EL, CN=ECRevoked2 24 DirName:/C=CN/ST=SH/L=SH/O=EL/OU=EL/CN=ECCA4
|
| D | ECTestServer6.crt | 6 Issuer: C=CN, ST=SH, L=SH, O=EL, OU=EL, CN=ECCA4 10 Subject: C=CN, ST=SH, O=EL, OU=EL, CN=ECTestServer6 36 DirName:/C=CN/ST=SH/L=SH/O=EL/OU=EL/CN=ECCA4
|
| /NetX-Duo-v6.2.1/test/regression/mqtt_test/ |
| D | netx_mqtt_websocket_block_test.c | 342 NX_SHA1 SH; in _server_connect_response_process() local 446 _nx_sha1_initialize(&SH); in _server_connect_response_process() 447 _nx_sha1_update(&SH, field_value, field_value_length); in _server_connect_response_process() 448 _nx_sha1_update(&SH, (UCHAR*)TEST_CONNECT_GUID, TEST_CONNECT_GUID_SIZE); in _server_connect_response_process() 449 _nx_sha1_digest_calculate(&SH, digest); in _server_connect_response_process()
|
| D | netx_mqtt_websocket_non_block_test.c | 354 NX_SHA1 SH; in _server_connect_response_process() local 458 _nx_sha1_initialize(&SH); in _server_connect_response_process() 459 _nx_sha1_update(&SH, field_value, field_value_length); in _server_connect_response_process() 460 _nx_sha1_update(&SH, (UCHAR*)TEST_CONNECT_GUID, TEST_CONNECT_GUID_SIZE); in _server_connect_response_process() 461 _nx_sha1_digest_calculate(&SH, digest); in _server_connect_response_process()
|
| /NetX-Duo-v6.2.1/addons/snmp/ |
| D | nxd_snmp.c | 2595 NX_SHA1 SH; in _nx_snmp_agent_sha_key_create_extended() 2610 memset(&SH, 0, sizeof(NX_SHA1)); in _nx_snmp_agent_sha_key_create_extended() 2615 _nx_sha1_initialize(&SH); in _nx_snmp_agent_sha_key_create_extended() 2629 _nx_sha1_update(&SH, password_buf, 64); in _nx_snmp_agent_sha_key_create_extended() 2632 …_nx_sha1_digest_calculate(&SH, destination_key -> nx_snmp_security_key); /* tell SHA we'r… in _nx_snmp_agent_sha_key_create_extended() 2645 _nx_sha1_initialize(&SH); in _nx_snmp_agent_sha_key_create_extended() 2646 _nx_sha1_update(&SH, password_buf, 40+agent_ptr -> nx_snmp_agent_v3_context_engine_size); in _nx_snmp_agent_sha_key_create_extended() 2647 _nx_sha1_digest_calculate(&SH, destination_key -> nx_snmp_security_key); in _nx_snmp_agent_sha_key_create_extended()
|