Home
last modified time | relevance | path

Searched refs:actual_size (Results 1 – 12 of 12) sorted by relevance

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_module_hash_compute.c88 UCHAR *output_buffer, UINT output_buffer_size, UINT *actual_size) in nx_secure_module_hash_compute() argument
155 *actual_size = (hmac_ptr -> nx_crypto_ICV_size_in_bits >> 3); in nx_secure_module_hash_compute()
168 NX_PARAMETER_NOT_USED(actual_size); in nx_secure_module_hash_compute()
/NetX-Duo-v6.2.1/addons/tftp/
Dnxd_tftp_server.c1290 ULONG actual_size; in _nx_tftp_server_open_for_read_process() local
1487 …ent_request_file), new_packet -> nx_packet_prepend_ptr+4, NX_TFTP_FILE_TRANSFER_MAX, &actual_size); in _nx_tftp_server_open_for_read_process()
1491 … ((file_size > NX_TFTP_FILE_TRANSFER_MAX) && (actual_size != NX_TFTP_FILE_TRANSFER_MAX)) || in _nx_tftp_server_open_for_read_process()
1492 ((file_size < NX_TFTP_FILE_TRANSFER_MAX) && (actual_size != file_size))) in _nx_tftp_server_open_for_read_process()
1510 actual_size = 0; in _nx_tftp_server_open_for_read_process()
1514 server_ptr -> nx_tftp_server_total_bytes_sent += actual_size; in _nx_tftp_server_open_for_read_process()
1517 client_request_ptr -> nx_tftp_client_request_remaining_bytes = file_size - actual_size; in _nx_tftp_server_open_for_read_process()
1543 new_packet -> nx_packet_length = actual_size + 4; in _nx_tftp_server_open_for_read_process()
2322 ULONG actual_size = 0; in _nx_tftp_server_send_data() local
2386 NX_TFTP_FILE_TRANSFER_MAX, &actual_size); in _nx_tftp_server_send_data()
[all …]
/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_post_long_message_test.c337 UINT i = 0, actual_size; in server_request_callback() local
357 …erver_ptr, packet_ptr, total_length + offset, &buffer[offset], sizeof(pkt) - offset, &actual_size); in server_request_callback()
358 offset += actual_size; in server_request_callback()
363 if (actual_size == 0) in server_request_callback()
Dnetx_https_api_test.c1260 UINT actual_size; in nx_web_http_server_content_get_test() local
1264 …s = nx_web_http_server_content_get(&http_server, &packet, 0, dest_buffer, dest_size, &actual_size); in nx_web_http_server_content_get_test()
1275 …status = nx_web_http_server_content_get(NX_NULL, &packet, 0, dest_buffer, dest_size, &actual_size); in nx_web_http_server_content_get_test()
1278 …s = nx_web_http_server_content_get(&http_server, NX_NULL, 0, dest_buffer, dest_size, &actual_size); in nx_web_http_server_content_get_test()
1281 …tatus = nx_web_http_server_content_get(&http_server, &packet, 0, NX_NULL, dest_size, &actual_size); in nx_web_http_server_content_get_test()
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_ecjpake.h113 ULONG *actual_size,
126 ULONG *actual_size,
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.h517 …T *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual_size);
536 …T *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual_size);
568 …T *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual_size);
578 …T *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual_size);
647 …T *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual_size);
652 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size);
Dnxd_http_server.c118 …ET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual_size) in _nxe_http_server_content_get() argument
126 (packet_ptr == NX_NULL) || (destination_ptr == NX_NULL) || (actual_size == NX_NULL)) in _nxe_http_server_content_get()
133 …r_content_get(server_ptr, packet_ptr, byte_offset, destination_ptr, destination_size, actual_size); in _nxe_http_server_content_get()
190 …ET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual_size) in _nx_http_server_content_get() argument
205 *actual_size = 0; in _nx_http_server_content_get()
341 *actual_size = destination_size; in _nx_http_server_content_get()
836 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size) in _nxe_http_server_content_get_extended() argument
844 (packet_ptr == NX_NULL) || (destination_ptr == NX_NULL) || (actual_size == NX_NULL)) in _nxe_http_server_content_get_extended()
851 …_get_extended(server_ptr, packet_ptr, byte_offset, destination_ptr, destination_size, actual_size); in _nxe_http_server_content_get_extended()
919 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size) in _nx_http_server_content_get_extended() argument
[all …]
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.h467 …T *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual_size);
503 …T *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual_size);
546 …T *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual_size);
572 …T *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual_size);
671 …T *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual_size);
675 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size);
Dnx_web_http_server.c124 …ET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual_size) in _nxe_web_http_server_content_get() argument
132 (packet_ptr == NX_NULL) || (destination_ptr == NX_NULL) || (actual_size == NX_NULL)) in _nxe_web_http_server_content_get()
139 …r_content_get(server_ptr, packet_ptr, byte_offset, destination_ptr, destination_size, actual_size); in _nxe_web_http_server_content_get()
195 …ET *packet_ptr, ULONG byte_offset, CHAR *destination_ptr, UINT destination_size, UINT *actual_size) in _nx_web_http_server_content_get() argument
200 …_get_extended(server_ptr, packet_ptr, byte_offset, destination_ptr, destination_size, actual_size); in _nx_web_http_server_content_get()
685 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size) in _nxe_web_http_server_content_get_extended() argument
693 (packet_ptr == NX_NULL) || (destination_ptr == NX_NULL) || (actual_size == NX_NULL)) in _nxe_web_http_server_content_get_extended()
700 …_get_extended(server_ptr, packet_ptr, byte_offset, destination_ptr, destination_size, actual_size); in _nxe_web_http_server_content_get_extended()
764 … CHAR *destination_ptr, UINT destination_size, UINT *actual_size) in _nx_web_http_server_content_get_extended() argument
778 *actual_size = 0; in _nx_web_http_server_content_get_extended()
[all …]
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ecjpake.c167 ULONG *actual_size, in _nx_crypto_ecjpake_hello_generate() argument
279 *actual_size = total_length + length + 1; in _nx_crypto_ecjpake_hello_generate()
495 ULONG *actual_size, in _nx_crypto_ecjpake_key_exchange_generate() argument
566 *actual_size = total_length + length + 1; in _nx_crypto_ecjpake_key_exchange_generate()
/NetX-Duo-v6.2.1/nx_secure/inc/
Dnx_secure_tls_api.h176 … UCHAR *output_buffer, UINT output_buffer_size, UINT *actual_size);
Dnx_secure_tls.h1662 … UCHAR *output_buffer, UINT output_buffer_size, UINT *actual_size);