Home
last modified time | relevance | path

Searched defs:d (Results 1 – 13 of 13) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_md5.c66 #define FF(a, b, c, d, x, s, ac) { \ argument
71 #define GG(a, b, c, d, x, s, ac) { \ argument
76 #define HH(a, b, c, d, x, s, ac) { \ argument
81 #define II(a, b, c, d, x, s, ac) { \ argument
425 ULONG a, b, c, d; in _nx_md5_process_buffer() local
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_md5.c67 #define FF(a, b, c, d, x, s, ac) { \ argument
72 #define GG(a, b, c, d, x, s, ac) { \ argument
77 #define HH(a, b, c, d, x, s, ac) { \ argument
82 #define II(a, b, c, d, x, s, ac) { \ argument
442 ULONG a, b, c, d; in _nx_crypto_md5_process_buffer() local
Dnx_crypto_sha1.c430 ULONG a, b, c, d, e; in _nx_crypto_sha1_process_buffer() local
Dnx_crypto_sha5.c505 ULONG64 a, b, c, d, e, f, g, h; in _nx_crypto_sha512_process_buffer() local
Dnx_crypto_sha2.c441 ULONG a, b, c, d, e, f, g, h; in _nx_crypto_sha256_process_buffer() local
Dnx_crypto_ec.c2722 NX_CRYPTO_KEEP VOID _nx_crypto_ec_naf_compute(NX_CRYPTO_HUGE_NUMBER *d, HN_UBASE *naf_data, UINT *n… in _nx_crypto_ec_naf_compute()
2868 NX_CRYPTO_HUGE_NUMBER *d, in _nx_crypto_ec_fp_projective_multiple()
3000 NX_CRYPTO_HUGE_NUMBER *d, in _nx_crypto_ec_fp_fixed_multiple()
3358 NX_CRYPTO_HUGE_NUMBER d; in _nx_crypto_ec_precomputation() local
/NetX-Duo-v6.2.1/addons/websocket/
Dnx_sha1.c413 ULONG a, b, c, d, e; in _nx_sha1_process_buffer() local
/NetX-Duo-v6.2.1/addons/snmp/
Dnx_sha1.c413 ULONG a, b, c, d, e; in _nx_sha1_process_buffer() local
/NetX-Duo-v6.2.1/addons/tftp/
Dnxd_tftp_client.h214 #define nx_tftp_client_create(a,b,c,d) _nxd_tftp_client_create(a,b,c,d,NX_IP_VERSION_V4) argument
242 #define nx_tftp_client_create(a,b,c,d) _nxde_tftp_client_create(a,b,c,d,NX_IP_VERSION_V4) argument
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_aes_additional_test.c55 static UINT test_crypto_function(VOID *a, UCHAR *b, UCHAR *c, UINT d) in test_crypto_function()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h493 #define NX_TRACE_IN_LINE_INSERT(i, a, b, c, d, f, g, h) _nx_trace_event_insert((ULONG)i, (ULONG… argument
494 #define NX_TRACE_EVENT_UPDATE(e, t, i, a, b, c, d) _nx_trace_event_update((TX_TRACE_BUFFER… argument
1427 #define IP_ADDRESS(a, b, c, d) ((((ULONG)a) << 24) | (((ULONG)b) << 16) | (((UL… argument
3430 #define nx_ip_create(i, n, a, m, d, l, p, s, y) _nxe_ip_create(i, n, a, m, d, l, p, s, y, s… argument
3482 #define nx_ip_raw_packet_send(i, p, d, t) _nxe_ip_raw_packet_send(i, &p, d, t) argument
3483 #define nx_ip_raw_packet_source_send(i, p, d, a, t) _nxe_ip_raw_packet_source_send(i, &p, d, a,… argument
3485 #define nxd_ip_raw_packet_send(i, p, d, t, l, s) _nxde_ip_raw_packet_send(i, &p, d, t, l, s) argument
3529 #define nx_tcp_socket_create(i, s, n, t, f, l, w, u, d) _nxe_tcp_socket_create(i, s, n, t, f, l, w,… argument
/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.c1866 NX_PTP_TIME a, b, c, d, t3; in _nx_ptp_client_pdelay_resp_received() local
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_adu_agent.c22 #define NX_AZURE_IOT_ADU_AGENT_PTR_UPDATE(a, b, c, d) { \ argument