Home
last modified time | relevance | path

Searched refs:options (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_pkcs1_v1.5.c659 NX_CRYPTO_PKCS1_OPTIONS *options; in _nx_crypto_method_pkcs1_v1_5_operation() local
684 options = (NX_CRYPTO_PKCS1_OPTIONS *)input; in _nx_crypto_method_pkcs1_v1_5_operation()
686 …if ((options -> public_cipher_metadata_size < (options -> public_cipher_method) -> nx_crypto_metad… in _nx_crypto_method_pkcs1_v1_5_operation()
687 … || (options -> hash_metadata_size < (options -> hash_method) -> nx_crypto_metadata_area_size)) in _nx_crypto_method_pkcs1_v1_5_operation()
692 ctx -> public_cipher_method = options -> public_cipher_method; in _nx_crypto_method_pkcs1_v1_5_operation()
693 ctx -> public_cipher_metadata = options -> public_cipher_metadata; in _nx_crypto_method_pkcs1_v1_5_operation()
694 ctx -> public_cipher_metadata_size = options -> public_cipher_metadata_size; in _nx_crypto_method_pkcs1_v1_5_operation()
695 ctx -> hash_method = options -> hash_method; in _nx_crypto_method_pkcs1_v1_5_operation()
696 ctx -> hash_metadata = options -> hash_metadata; in _nx_crypto_method_pkcs1_v1_5_operation()
697 ctx -> hash_metadata_size = options -> hash_metadata_size; in _nx_crypto_method_pkcs1_v1_5_operation()
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Duser_agent_string_unit_test.c192 …for (index = 0; index < (iot_client.iot_hub_client_core._internal.options.user_agent._internal.siz… in interface_type_check()
196 …if ((*(iot_client.iot_hub_client_core._internal.options.user_agent._internal.ptr + index) == '%') … in interface_type_check()
197 …(*(iot_client.iot_hub_client_core._internal.options.user_agent._internal.ptr + index + 1) == '3') … in interface_type_check()
198 … (*(iot_client.iot_hub_client_core._internal.options.user_agent._internal.ptr + index + 2) == 'B')) in interface_type_check()
200 …type = *(iot_client.iot_hub_client_core._internal.options.user_agent._internal.ptr + index + 3) - … in interface_type_check()
Dnx_azure_iot_adu_agent_unit_test.c1756 iothub_client.iot_hub_client_core._internal.options.model_id = AZ_SPAN_EMPTY; in test_nx_azure_iot_adu_agent_start_fail_with_no_pnp()
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client.c165 az_iot_hub_client_options options = az_iot_hub_client_options_default(); in nx_azure_iot_hub_client_initialize() local
187 options.module_id = az_span_create((UCHAR *)module_id, (INT)module_id_length); in nx_azure_iot_hub_client_initialize()
188 options.user_agent = AZ_SPAN_FROM_STR(NX_AZURE_IOT_HUB_CLIENT_USER_AGENT); in nx_azure_iot_hub_client_initialize()
189 options.component_names = hub_client_ptr -> nx_azure_iot_hub_client_component_list; in nx_azure_iot_hub_client_initialize()
190 options.component_names_length = 0; in nx_azure_iot_hub_client_initialize()
193 hostname_span, device_id_span, &options); in nx_azure_iot_hub_client_initialize()
346 …hub_client_ptr -> iot_hub_client_core._internal.options.user_agent = AZ_SPAN_FROM_BUFFER(_nx_azure… in nx_azure_iot_hub_client_user_agent_update()
1002 hub_client_ptr -> iot_hub_client_core._internal.options.model_id = in nx_azure_iot_hub_client_model_id_set()
1039 (UINT)hub_client_ptr -> iot_hub_client_core._internal.options.component_names_length; in nx_azure_iot_hub_client_component_add_internal()
1051 hub_client_ptr -> iot_hub_client_core._internal.options.component_names_length++; in nx_azure_iot_hub_client_component_add_internal()
Dnx_azure_iot_hub_client_properties.c214 …for (index = 0; index < (UINT)hub_client_ptr -> iot_hub_client_core._internal.options.component_na… in nx_azure_iot_hub_client_properties_component_property_next_get_internal()
Dnx_azure_iot_adu_agent.c155 if (!az_span_size(iothub_client_ptr -> iot_hub_client_core._internal.options.model_id)) in nx_azure_iot_adu_agent_start()
171 …for (i = 0; i < (UINT)iothub_client_ptr -> iot_hub_client_core._internal.options.component_names_l… in nx_azure_iot_adu_agent_start()
175 …if ((iothub_client_ptr -> iot_hub_client_core._internal.options.component_names[i]._internal.size … in nx_azure_iot_adu_agent_start()
176 …(!memcmp(iothub_client_ptr -> iot_hub_client_core._internal.options.component_names[i]._internal.p… in nx_azure_iot_adu_agent_start()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt1520 …_compute.c Removed code not used. Fixed offset when IPv4 header contained options.
1608 Sorted options by module.
2578 nx_user.h Added options to remove ICMP checksum computation
4466 … Supported for adding user supplied options.
4475 … Supported for adding user supplied options.
4754 … Removed #include nx_tcp.h and references to TCP configuration options defined in nx_tcp…
4893 … Modified the logic for processing DHCP options.
4972 … Modified the logic for processing DHCP options.
5090 … Fixed the bug for user options seek in nx_dhcp_server_extract_information.
5100 …Adjusted the default value of configuration options. …
[all …]