Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 34) sorted by relevance

12

/NetX-Duo-v6.4.1/test/regression/azure_iot/
Dnx_azure_iot_pnp_client_properties_unit_test.c127 ULONG version,
143 ULONG version,
621 ULONG version, VOID *args) in reported_property_cb() argument
776 ULONG version; in test_nx_azure_iot_hub_client_invalid_argument_fail() local
846 &version), in test_nx_azure_iot_hub_client_invalid_argument_fail()
852 &version), in test_nx_azure_iot_hub_client_invalid_argument_fail()
858 &version), in test_nx_azure_iot_hub_client_invalid_argument_fail()
936 ULONG version; in test_nx_azure_iot_hub_client_property_send_success() local
954 &version, NX_WAIT_FOREVER), in test_nx_azure_iot_hub_client_property_send_success()
1010 ULONG version; in test_nx_azure_iot_hub_client_component_property_send_success() local
[all …]
Dapi_unit_test.c68 ULONG version; variable
103 UINT response_status, ULONG version, VOID *args) in reported_properties_response_callback() argument
108 NX_PARAMETER_NOT_USED(version); in reported_properties_response_callback()
243 … &version, NX_NO_WAIT), in api_no_model_id_test()
302 &version, NX_NO_WAIT), in api_no_model_id_test()
467 … &version, NX_NO_WAIT), in api_model_id_test()
526 &version, NX_NO_WAIT), in api_model_id_test()
Dnx_azure_iot_adu_agent_unit_test.c596 ULONG version,
707 ULONG version, VOID *args) in reported_property_cb() argument
997 UCHAR *version, UINT version_length) in adu_agent_update_notify() argument
1009 provider_length, provider, name_length, name, version_length, version); in adu_agent_update_notify()
1182 ULONG version; in test_nx_azure_iot_adu_agent_start_success() local
1223 ULONG version; in test_nx_azure_iot_adu_agent_update_start_fail() local
1243 ULONG version; in test_nx_azure_iot_adu_agent_stop_success() local
1279 ULONG version; in test_nx_azure_iot_adu_agent_proxy_add() local
1324 ULONG version; in test_nx_azure_iot_adu_agent_step_result() local
1471 ULONG version; in test_nx_azure_iot_adu_agent_null_file_url() local
[all …]
/NetX-Duo-v6.4.1/nx_secure/src/
Dnx_secure_x509_pkcs1_rsa_private_key_parse.c89 USHORT version; in _nx_secure_x509_pkcs1_rsa_private_key_parse() local
156 version = tlv_data[0]; in _nx_secure_x509_pkcs1_rsa_private_key_parse()
158 if (version != 0x00 && version != 0x01) in _nx_secure_x509_pkcs1_rsa_private_key_parse()
Dnx_secure_tls_process_serverhello.c94 USHORT version, total_extensions_length; in _nx_secure_tls_process_serverhello() local
134 version = (USHORT)((packet_buffer[length] << 8) + packet_buffer[length + 1]); in _nx_secure_tls_process_serverhello()
137 status = _nx_secure_tls_check_protocol_version(tls_session, version, NX_SECURE_TLS); in _nx_secure_tls_process_serverhello()
145 tls_session -> nx_secure_tls_protocol_version = version; in _nx_secure_tls_process_serverhello()
Dnx_secure_x509_ec_private_key_parse.c91 USHORT version; in _nx_secure_x509_ec_private_key_parse() local
144 version = tlv_data[0]; in _nx_secure_x509_ec_private_key_parse()
146 if (version != 0x01) in _nx_secure_x509_ec_private_key_parse()
/NetX-Duo-v6.4.1/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client_properties.md109 ULONG version,
128 // "av": <version>,
154 // "av": <version>,
176 | version [in] | The version of the property the application is acknowledging. |
237 <div style="text-align: right">Get the property version</div>
247 <p>This routine gets the property version.</p>
256 | version_ptr [out] | The numeric version of the properties in JSON payload. |
260 * NX_AZURE_IOT_SUCCESS Successful if got the property version.
Dazure_rtos_iot_adu_agent.md17 … UCHAR *version, UINT version_length),
22 …s used to determine if the update is installed or not, typically it is a version string (1.0.0). T…
34 | installed_criteria [in] | A pointer to the installed criteria string, such as: version string. M…
69 …o check if the update is installed or not, the installed criteria may be version string. If the in…
80 | installed_criteria [in] | A pointer to the installed criteria string, such as: version string. M…
/NetX-Duo-v6.4.1/addons/azure_iot/
Dnx_azure_iot_hub_client_properties.c73 UINT status_code, ULONG version, in nx_azure_iot_hub_client_reported_properties_status_begin() argument
95 … (int32_t)version, description); in nx_azure_iot_hub_client_reported_properties_status_begin()
279 ULONG version; in nx_azure_iot_hub_client_properties_component_process() local
313 message_type, &version); in nx_azure_iot_hub_client_properties_component_process()
345 …hub_client_ptr -> nx_azure_iot_hub_client_component_callback[component_index](&reader_ptr, version, in nx_azure_iot_hub_client_properties_component_process()
Dnx_azure_iot_adu_agent.h308 const UCHAR *version; member
723 … UCHAR *version, UINT version_length);
755 … UCHAR *version, UINT version_length),
Dnx_azure_iot_hub_client.h132 … UINT request_id, UINT response_status, ULONG version, VOID *args);
161 … ULONG version,
787 ULONG version,
Dnx_azure_iot_hub_client_properties.h150 UINT status_code, ULONG version,
Dnx_azure_iot_adu_agent.c47 … UINT status_code, ULONG version, const CHAR *description,
95 ULONG version,
101 ULONG version,
116 … UCHAR *version, UINT version_length), in nx_azure_iot_adu_agent_start() argument
468 ULONG version, in nx_azure_iot_adu_agent_component_properties_process() argument
509 … NX_AZURE_IOT_ADU_AGENT_STATUS_SUCCESS, version, "", in nx_azure_iot_adu_agent_component_properties_process()
720 … (UCHAR *)update_manifest_content -> update_id.version, in nx_azure_iot_adu_agent_update_check_event_process()
1034 … (UCHAR *)update_manifest_content -> update_id.version, in nx_azure_iot_adu_agent_download_install_event_process()
1840 … (UCHAR *)update_manifest_content -> update_id.version, in nx_azure_iot_adu_agent_step_state_update()
2631 … NX_AZURE_IOT_ADU_AGENT_PTR_UPDATE(update_manifest_content -> update_id.version, in nx_azure_iot_adu_agent_service_update_manifest_process()
[all …]
Dnx_azure_iot_hub_client.c93 ULONG version,
1022 ULONG version, in nx_azure_iot_hub_client_component_add_internal() argument
1815 ULONG version, in nx_azure_iot_hub_client_reported_properties_response_callback_set() argument
2927 uint32_t version; in nx_azure_iot_hub_client_device_twin_parse() local
2937 if (version_ptr != NX_NULL && az_span_ptr(out_twin_response.version)) in nx_azure_iot_hub_client_device_twin_parse()
2939 core_result = az_span_atou32(out_twin_response.version, &version); in nx_azure_iot_hub_client_device_twin_parse()
2945 *version_ptr = (ULONG)version; in nx_azure_iot_hub_client_device_twin_parse()
2985 ULONG version = 0; in nx_azure_iot_hub_client_properties_process() local
2993 &request_id, &version, in nx_azure_iot_hub_client_properties_process()
3060version, in nx_azure_iot_hub_client_properties_process()
/NetX-Duo-v6.4.1/addons/azure_iot/samples/sample_azure_iot_embedded_sdk_adu/
Dsample_azure_iot_embedded_sdk_adu.c55 UCHAR *version, UINT version_length) in adu_agent_update_notify() argument
63 provider_length, provider, name_length, name, version_length, version); in adu_agent_update_notify()
/NetX-Duo-v6.4.1/test/regression/interoperability_test/nx_secure_test/
Decc_tls_1_2_openssl_echo_server_entry.c11 UCHAR *version; member
153 external_cmd[13] = tests[i].version; in openssl_echo_server_entry()
Dtls_1_0_1_1_ecc_server_test.c79 UCHAR *version; member
189 external_cmd[5] = ciphersuites_client[i].version; in openssl_ecc_client_entry()
Dnx_secure_ecc_1_0_1_1_server_entry.c38 USHORT version; member
376 …ic VOID server_tls_setup(NX_SECURE_TLS_SESSION *tls_session_ptr, CERTIFICATE *cert, USHORT version) in server_tls_setup() argument
386 status = nx_secure_tls_session_protocol_version_override(tls_session_ptr, version); in server_tls_setup()
437 …rver_tls_setup(&tls_server_session_0, ciphersuites_server[i].cert, ciphersuites_server[i].version); in ntest_0_entry()
Dnx_secure_ecc_echo_client_entry.c43 USHORT version; member
514 if (ciphersuites_client[i].version) in client_thread_entry()
516 …us = nx_secure_tls_session_protocol_version_override(&tls_session, ciphersuites_client[i].version); in client_thread_entry()
/NetX-Duo-v6.4.1/utility/iperf/
Dnx_iperf.c2323 ctrl_info_ptr -> version = NX_IP_VERSION_V4; in nx_iperf_check_token_value()
2329 ctrl_info_ptr -> version = NX_IP_VERSION_V4; in nx_iperf_check_token_value()
2350 ctrl_info_ptr -> version = NX_IP_VERSION_V6; in nx_iperf_check_token_value()
2397 if (ctrl_info_ptr -> version == NX_IP_VERSION_V6) in nx_iperf_check_token_value()
2824 peer_ip_address.nxd_ip_version = nx_iperf_ctrl_info.version; in nx_iperf_send_test_result_info()
3057 if (iperf_ctrlInfo_ptr -> version == NX_IP_VERSION_V4) in nx_iperf_test_info_parse()
3111 if (iperf_ctrlInfo_ptr -> version == NX_IP_VERSION_V4) in nx_iperf_test_info_parse()
3653 ctrlInfo_ptr -> version = ip_address.nxd_ip_version; in nx_iperf_thread_tcp_rx_entry()
3654 if (ctrlInfo_ptr -> version == NX_IP_VERSION_V4) in nx_iperf_thread_tcp_rx_entry()
3661 else if (ctrlInfo_ptr -> version == NX_IP_VERSION_V6) in nx_iperf_thread_tcp_rx_entry()
[all …]
Dnx_iperf.h56 ULONG version; member
/NetX-Duo-v6.4.1/test/regression/snmp_test/
Dnetx_snmp_v3_no_security_function_test.c197 UINT version = NX_SNMP_VERSION_3; in thread_0_entry() local
257 status = nx_snmp_agent_current_version_get(&my_agent, &version); in thread_0_entry()
259 if (status || (version != NX_SNMP_VERSION_3)) in thread_0_entry()
/NetX-Duo-v6.4.1/scripts/
Dinstall_secure.sh27 openssl version -v
/NetX-Duo-v6.4.1/.github/ISSUE_TEMPLATE/
Dbug_report.md16 - Which version of Azure RTOS?
/NetX-Duo-v6.4.1/addons/azure_iot/samples/
Dsample_azure_iot_embedded_sdk_pnp.c148 … UINT status, ULONG version, UCHAR *description_ptr, in sample_send_target_temperature_report() argument
174 status, version, in sample_send_target_temperature_report()
201 UINT message_type, ULONG version) in sample_parse_writable_temp_property() argument
264 version, (UCHAR *)temp_response_description, in sample_parse_writable_temp_property()

12