/NetX-Duo-v6.2.1/addons/azure_iot/ |
D | nx_azure_iot_json_writer.c | 195 const UCHAR *value, UINT value_len) in nx_azure_iot_json_writer_append_string() 237 const UCHAR *value, UINT value_len) in nx_azure_iot_json_writer_append_property_name() 257 UINT nx_azure_iot_json_writer_append_bool(NX_AZURE_IOT_JSON_WRITER *json_writer_ptr, UINT value) in nx_azure_iot_json_writer_append_bool() 275 UINT nx_azure_iot_json_writer_append_int32(NX_AZURE_IOT_JSON_WRITER *json_writer_ptr, int32_t value) in nx_azure_iot_json_writer_append_int32() 294 double value, int32_t fractional_digits) in nx_azure_iot_json_writer_append_double() 404 int32_t value) in nx_azure_iot_json_writer_append_property_with_int32_value() 412 … double value, UINT fractional_digits) in nx_azure_iot_json_writer_append_property_with_double_value() 420 UINT value) in nx_azure_iot_json_writer_append_property_with_bool_value() 428 const UCHAR *value, UINT value_len) in nx_azure_iot_json_writer_append_property_with_string_value()
|
/NetX-Duo-v6.2.1/test/regression/dhcp_test/ |
D | netx_dhcp_clone_function.c | 7 UINT dhcp_get_option_value(UCHAR *bootp_message, UINT option, ULONG *value, UINT length) in dhcp_get_option_value() 107 ULONG value = 0; in dhcp_get_data() local
|
D | netx_dhcp_client_server_source_port_test.c | 140 ULONG value = 0; in dhcp_get_data_local() local
|
D | netx_dhcp_client_secondary_interface_test.c | 572 ULONG value = 0; in dhcp_get_dhcp_data() local
|
D | netx_dhcp_client_activate_interfaces_test.c | 836 ULONG value = 0; in dhcp_get_dhcp_data() local
|
/NetX-Duo-v6.2.1/crypto_libraries/src/ |
D | nx_crypto_huge_number_extended.c | 81 NX_CRYPTO_KEEP VOID _nx_crypto_huge_number_add_digit(NX_CRYPTO_HUGE_NUMBER *value, HN_UBASE digit) in _nx_crypto_huge_number_add_digit() 157 NX_CRYPTO_KEEP VOID _nx_crypto_huge_number_subtract_digit(NX_CRYPTO_HUGE_NUMBER *value, HN_UBASE di… in _nx_crypto_huge_number_subtract_digit()
|
D | nx_crypto_huge_number.c | 532 NX_CRYPTO_KEEP VOID _nx_crypto_huge_number_add_digit_unsigned(NX_CRYPTO_HUGE_NUMBER *value, HN_UBAS… in _nx_crypto_huge_number_add_digit_unsigned() 607 NX_CRYPTO_KEEP VOID _nx_crypto_huge_number_subtract_digit_unsigned(NX_CRYPTO_HUGE_NUMBER *value, HN… in _nx_crypto_huge_number_subtract_digit_unsigned() 1196 NX_CRYPTO_KEEP VOID _nx_crypto_huge_number_multiply_digit(NX_CRYPTO_HUGE_NUMBER *value, in _nx_crypto_huge_number_multiply_digit() 1288 NX_CRYPTO_KEEP VOID _nx_crypto_huge_number_square(NX_CRYPTO_HUGE_NUMBER *value, NX_CRYPTO_HUGE_NUMB… in _nx_crypto_huge_number_square() 1430 HN_UBASE2 value, carry; in _nx_crypto_huge_number_modulus() local 1921 HN_UBASE value; in _nx_crypto_huge_number_extract() local 1999 HN_UBASE value; in _nx_crypto_huge_number_extract_fixed_size() local
|
D | nx_crypto_ec.c | 1184 NX_CRYPTO_HUGE_NUMBER *value, in _nx_crypto_ec_secp192r1_reduce() 1321 NX_CRYPTO_HUGE_NUMBER *value, in _nx_crypto_ec_secp224r1_reduce() 1464 NX_CRYPTO_HUGE_NUMBER *value, in _nx_crypto_ec_secp256r1_reduce() 1629 NX_CRYPTO_HUGE_NUMBER *value, in _nx_crypto_ec_secp384r1_reduce() 1802 NX_CRYPTO_HUGE_NUMBER *value, in _nx_crypto_ec_secp521r1_reduce() 1920 NX_CRYPTO_HUGE_NUMBER *value, in _nx_crypto_ec_add_digit_reduce() 1984 NX_CRYPTO_HUGE_NUMBER *value, in _nx_crypto_ec_subtract_digit_reduce() 2045 NX_CRYPTO_HUGE_NUMBER *value, in _nx_crypto_ec_fp_reduce() 2725 HN_UBASE value; in _nx_crypto_ec_naf_compute() local 2877 HN_UBASE value; in _nx_crypto_ec_fp_projective_multiple() local [all …]
|
D | nx_crypto_initialize.c | 141 NX_CRYPTO_KEEP VOID *_nx_crypto_self_test_memset(void *dest, int value, size_t size) in _nx_crypto_self_test_memset()
|
/NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
D | netx_ip_raw_packet_queue_test.c | 130 ULONG value; in ntest_0_entry() local 201 ULONG value; in ntest_1_entry() local
|
D | netx_ipv6_raw_packet_test.c | 158 ULONG value; in ntest_0_entry() local 260 ULONG value; in ntest_1_entry() local
|
D | netx_ip_raw_packet_filter_test.c | 138 ULONG value; in ntest_0_entry() local 189 ULONG value; in ntest_1_entry() local
|
D | netx_raw_special_test.c | 157 ULONG value; in ntest_0_entry() local 267 ULONG value; in ntest_1_entry() local
|
D | netx_ip_status_check_test.c | 103 ULONG value; in ntest_0_entry() local
|
D | netx_ip_basic_test.c | 103 ULONG value; in ntest_0_entry() local
|
D | netx_ip_raw_packet_test.c | 115 ULONG value; in ntest_0_entry() local
|
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/ |
D | nx_secure_ec_additional_test.c | 40 NX_CRYPTO_HUGE_NUMBER value; in thread_0_entry() local
|
/NetX-Duo-v6.2.1/common/src/ |
D | nx_ip_packet_send.c | 99 USHORT value; in _nx_ip_packet_send() local
|
/NetX-Duo-v6.2.1/test/regression/azure_iot/ |
D | c2d_property_unit_test.c | 51 UCHAR *value; member 55 #define PROPERTY_INIT(name, value) {(name), sizeof(name) - 1, (value), sizeof(value) - 1} argument
|
D | c2d_unit_test.c | 60 UCHAR *value; member 64 #define PROPERTY_INIT(name, value) {(name), sizeof(name) - 1, (value), sizeof(value) - 1} argument
|
/NetX-Duo-v6.2.1/addons/dhcp/ |
D | nxd_dhcp_server.c | 4881 ULONG value; in _nx_dhcp_server_extract_information() local 5434 static UINT _nx_dhcp_add_option(UCHAR *dhcp_message, UINT option, UINT size, ULONG value, UINT *in… in _nx_dhcp_add_option() 5502 static UINT _nx_dhcp_server_get_data(UCHAR *data, UINT size, ULONG *value) in _nx_dhcp_server_get_data() 5574 static VOID _nx_dhcp_server_store_data(UCHAR *data, UINT size, ULONG value) in _nx_dhcp_server_store_data()
|
D | nxd_dhcp_client.c | 7393 ULONG value; in _nx_dhcp_extract_information() local 7679 static UINT _nx_dhcp_get_option_value(UCHAR *bootp_message, UINT option, ULONG *value, UINT length) in _nx_dhcp_get_option_value() 7779 UINT _nx_dhcp_add_option_value(UCHAR *bootp_message, UINT option, UINT size, ULONG value, UINT *in… in _nx_dhcp_add_option_value() 7844 static UINT _nx_dhcp_add_option_string(UCHAR *bootp_message, UINT option, UINT size, UCHAR *value,… in _nx_dhcp_add_option_string() 8307 ULONG value = 0; in _nx_dhcp_get_data() local 8371 static VOID _nx_dhcp_store_data(UCHAR *data, UINT size, ULONG value) in _nx_dhcp_store_data()
|
/NetX-Duo-v6.2.1/crypto_libraries/inc/ |
D | nx_crypto_ec.h | 176 #define NX_CRYPTO_EC_MULTIPLE_DIGIT_REDUCE(curve, value, digit, result, scratch) \ argument 184 #define NX_CRYPTO_EC_SQUARE_REDUCE(curve, value, result, scratch) \ argument 188 #define NX_CRYPTO_EC_SHIFT_LEFT_REDUCE(curve, value, shift, scratch) \ argument
|
/NetX-Duo-v6.2.1/samples/ |
D | demo_netxduo_https.c | 526 CHAR value[100]; in http_response_callback() local
|
/NetX-Duo-v6.2.1/addons/pppoe/ |
D | nx_pppoe_client.c | 3160 ULONG value = 0; in _nx_pppoe_client_data_get() local 3219 static VOID _nx_pppoe_client_data_add(UCHAR *data, UINT size, ULONG value) in _nx_pppoe_client_data_add()
|