Home
last modified time | relevance | path

Searched defs:buffer_size (Results 1 – 25 of 61) sorted by relevance

123

/NetX-Duo-v6.2.1/addons/dns/
Dnxd_dns.c2725 UINT buffer_size, UINT *record_count, ULONG wait_option) in _nxe_dns_ipv4_address_by_name_get()
2806 UINT buffer_size, UINT *record_count, ULONG wait_option) in _nx_dns_ipv4_address_by_name_get()
2867 UINT buffer_size, UINT *record_count, ULONG wait_option) in _nxde_dns_ipv6_address_by_name_get()
2949 UINT buffer_size, UINT *record_count, ULONG wait_option) in _nxd_dns_ipv6_address_by_name_get()
3010 UINT buffer_size, ULONG wait_option) in _nxe_dns_cname_get()
3087 UINT buffer_size, ULONG wait_option) in _nx_dns_cname_get()
3154 UINT buffer_size, UINT *record_count, ULONG wait_option) in _nxe_dns_domain_name_server_get()
3242 UINT buffer_size, UINT *record_count, ULONG wait_option) in _nx_dns_domain_name_server_get()
3303 UINT buffer_size, ULONG wait_option) in _nxe_dns_host_text_get()
3380 UINT buffer_size, ULONG wait_option) in _nx_dns_host_text_get()
[all …]
/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_session_packet_buffer_set.c72 UCHAR *buffer_ptr, ULONG buffer_size) in _nx_secure_tls_session_packet_buffer_set()
Dnxe_secure_dtls_server_x509_client_verify_configure.c71 UCHAR *certs_buffer, ULONG buffer_size) in _nxe_secure_dtls_server_x509_client_verify_configure()
Dnxe_secure_tls_session_packet_buffer_set.c78 UCHAR *buffer_ptr, ULONG buffer_size) in _nxe_secure_tls_session_packet_buffer_set()
Dnx_secure_tls_remote_certificate_allocate.c93 UCHAR *raw_certificate_buffer, UINT buffer_size) in _nx_secure_tls_remote_certificate_allocate()
Dnx_secure_tls_session_x509_client_verify_configure.c105 …NX_SECURE_TLS_SESSION *tls_session, UINT certs_number, VOID *certificate_buffer, ULONG buffer_size) in _nx_secure_tls_session_x509_client_verify_configure()
Dnxe_secure_tls_remote_certificate_allocate.c80 UCHAR *raw_certificate_buffer, UINT buffer_size) in _nxe_secure_tls_remote_certificate_allocate()
Dnxe_secure_tls_remote_certificate_buffer_allocate.c76 …NX_SECURE_TLS_SESSION *tls_session, UINT certs_number, VOID *certificate_buffer, ULONG buffer_size) in _nxe_secure_tls_remote_certificate_buffer_allocate()
Dnxe_secure_tls_session_x509_client_verify_configure.c80 …NX_SECURE_TLS_SESSION *tls_session, UINT certs_number, VOID *certificate_buffer, ULONG buffer_size) in _nxe_secure_tls_session_x509_client_verify_configure()
Dnxe_secure_x509_certificate_initialize.c86 USHORT buffer_size, const UCHAR *private_key, in _nxe_secure_x509_certificate_initialize()
Dnx_secure_tls_remote_certificate_buffer_allocate.c93 …NX_SECURE_TLS_SESSION *tls_session, UINT certs_number, VOID *certificate_buffer, ULONG buffer_size) in _nx_secure_tls_remote_certificate_buffer_allocate()
Dnx_secure_x509_certificate_initialize.c112 UCHAR *raw_data_buffer, USHORT buffer_size, in _nx_secure_x509_certificate_initialize()
Dnx_secure_dtls_server_x509_client_verify_configure.c83 UCHAR *certs_buffer, ULONG buffer_size) in _nx_secure_dtls_server_x509_client_verify_configure()
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ecjpake.c79 UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ecjpake_init() local
172 UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ecjpake_hello_generate() local
340 UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ecjpake_hello_process() local
500 UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ecjpake_key_exchange_generate() local
637 UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ecjpake_key_exchange_process() local
1117 UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ecjpake_schnorr_zkp_generate() local
Dnx_crypto_ecdsa.c88 UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ecdsa_sign() local
329 UINT buffer_size = curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ecdsa_verify() local
Dnx_crypto_method_self_test_ecdsa.c106 UINT buffer_size; in _nx_crypto_method_self_test_ecdsa() local
Dnx_crypto_ec.c1090 UINT buffer_size; in _nx_crypto_ec_point_fp_projective_to_affine() local
2259 UINT buffer_size; in _nx_crypto_ec_fp_projective_add() local
2408 UINT buffer_size; in _nx_crypto_ec_fp_projective_double() local
2547 UINT buffer_size; in _nx_crypto_ec_fp_affine_add() local
3154 UINT buffer_size = (bits + 7) >> 3; in _nx_crypto_ec_key_pair_generation_extra() local
4294 UINT buffer_size = chosen_curve -> nx_crypto_ec_n.nx_crypto_huge_buffer_size; in _nx_crypto_ec_validate_public_key() local
5015 UINT buffer_size = (curve -> nx_crypto_ec_bits + 7) >> 3; in _nx_crypto_ec_key_pair_generation_x25519_448() local
/NetX-Duo-v6.2.1/test/regression/mdns_test/
Dnetx_mdns_internal_function_test.c1132 static void check_empty_buffer(UCHAR *buffer_ptr, UINT buffer_size) in check_empty_buffer()
1160 static void empty_buffer_init(UCHAR *buffer_ptr, UINT buffer_size) in empty_buffer_init()
Dnetx_mdns_interface_test.c220 static void check_empty_buffer(UCHAR *buffer_ptr, ULONG buffer_size, UCHAR expect_empty) in check_empty_buffer()
Dnetx_mdns_two_buffer_test.c246 static void check_empty_buffer(UCHAR *buffer_ptr, ULONG buffer_size, UCHAR expect_empty) in check_empty_buffer()
Dnetx_mdns_source_address_test.c244 static void check_empty_buffer(UCHAR *buffer_ptr, ULONG buffer_size, UCHAR expect_empty) in check_empty_buffer()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_ecdsa_test.c103 UINT buffer_size; in thread_0_entry() local
/NetX-Duo-v6.2.1/test/regression/tftp_test/
Dnetx_tftp_large_data_test.c44 static UINT buffer_size = 50000000; variable
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_provisioning_client.c630 UINT buffer_size; in nx_azure_iot_provisioning_client_send_req() local
748 UINT buffer_size; in nx_azure_iot_provisioning_client_sas_token_get() local
828 UINT buffer_size; in nx_azure_iot_provisioning_client_initialize() local
/NetX-Duo-v6.2.1/test/regression/dhcp_test/
Dnetx_dhcp_basic_restore_test.c247 UINT buffer_size = 4; in client_thread_entry() local

123