Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/addons/snmp/
Dnxd_snmp.h357 } NX_SNMP_SECURITY_KEY; typedef
434NX_SNMP_SECURITY_KEY *nx_snmp_agent_v3_authentication_key; /* SNMP v3 authentication key …
435NX_SNMP_SECURITY_KEY *nx_snmp_agent_v3_auth_trap_key; /* SNMP v3 authentication key for …
436NX_SNMP_SECURITY_KEY *nx_snmp_agent_v3_privacy_key; /* SNMP v3 privacy key …
437NX_SNMP_SECURITY_KEY *nx_snmp_agent_v3_priv_trap_key; /* SNMP v3 privacy key for traps …
637 UINT nx_snmp_agent_authenticate_key_use(NX_SNMP_AGENT *agent_ptr, NX_SNMP_SECURITY_KEY *key);
638 UINT nx_snmp_agent_auth_trap_key_use(NX_SNMP_AGENT *agent_ptr, NX_SNMP_SECURITY_KEY *key);
639 …p_agent_md5_key_create(NX_SNMP_AGENT *agent_ptr, UCHAR *password, NX_SNMP_SECURITY_KEY *destinatio…
640 …(NX_SNMP_AGENT *agent_ptr, UCHAR *password, UINT password_length, NX_SNMP_SECURITY_KEY *destinatio…
641 UINT nx_snmp_agent_privacy_key_use(NX_SNMP_AGENT *agent_ptr, NX_SNMP_SECURITY_KEY *key);
[all …]
Dnxd_snmp.c164 UINT _nxe_snmp_agent_authenticate_key_use(NX_SNMP_AGENT *agent_ptr, NX_SNMP_SECURITY_KEY *key) in _nxe_snmp_agent_authenticate_key_use()
236 UINT _nx_snmp_agent_authenticate_key_use(NX_SNMP_AGENT *agent_ptr, NX_SNMP_SECURITY_KEY *key) in _nx_snmp_agent_authenticate_key_use()
296 UINT _nxe_snmp_agent_auth_trap_key_use(NX_SNMP_AGENT *agent_ptr, NX_SNMP_SECURITY_KEY *key) in _nxe_snmp_agent_auth_trap_key_use()
368 UINT _nx_snmp_agent_auth_trap_key_use(NX_SNMP_AGENT *agent_ptr, NX_SNMP_SECURITY_KEY *key) in _nx_snmp_agent_auth_trap_key_use()
1767 …p_agent_md5_key_create(NX_SNMP_AGENT *agent_ptr, UCHAR *password, NX_SNMP_SECURITY_KEY *destinatio… in _nxe_snmp_agent_md5_key_create()
1831 UINT _nx_snmp_agent_md5_key_create(NX_SNMP_AGENT *agent_ptr, UCHAR *password, NX_SNMP_SECURITY_KEY in _nx_snmp_agent_md5_key_create()
1915 …(NX_SNMP_AGENT *agent_ptr, UCHAR *password, UINT password_length, NX_SNMP_SECURITY_KEY *destinatio… in _nxe_snmp_agent_md5_key_create_extended()
1982 …(NX_SNMP_AGENT *agent_ptr, UCHAR *password, UINT password_length, NX_SNMP_SECURITY_KEY *destinatio… in _nx_snmp_agent_md5_key_create_extended()
2100 UINT _nxe_snmp_agent_privacy_key_use(NX_SNMP_AGENT *agent_ptr, NX_SNMP_SECURITY_KEY *key) in _nxe_snmp_agent_privacy_key_use()
2171 UINT _nx_snmp_agent_privacy_key_use(NX_SNMP_AGENT *agent_ptr, NX_SNMP_SECURITY_KEY *key) in _nx_snmp_agent_privacy_key_use()
[all …]
/NetX-Duo-v6.4.1/samples/
Ddemo_netxduo_snmp.c36 NX_SNMP_SECURITY_KEY my_authentication_key;
40 NX_SNMP_SECURITY_KEY my_privacy_key;
/NetX-Duo-v6.4.1/test/regression/snmp_test/
Dnetx_snmp_v3_encrypt_pdu_padding_buffer_overwrite_test.c22 NX_SNMP_SECURITY_KEY my_authentication_key;
24 NX_SNMP_SECURITY_KEY my_privacy_key;
Dnetx_snmp_abnormal_packet_test.c16 static NX_SNMP_SECURITY_KEY my_privacy_key;
17 static NX_SNMP_SECURITY_KEY my_authentication_key;
Dnetx_snmp_v3_md5_failed_security_test.c21 static NX_SNMP_SECURITY_KEY my_authentication_key;
22 static NX_SNMP_SECURITY_KEY my_privacy_key;
Dnetx_snmp_v3_md5_security_test.c19 static NX_SNMP_SECURITY_KEY my_authentication_key;
20 static NX_SNMP_SECURITY_KEY my_privacy_key;
Dnetx_snmp_v3_md5_security_extended_test.c19 static NX_SNMP_SECURITY_KEY my_authentication_key;
20 static NX_SNMP_SECURITY_KEY my_privacy_key;
Dnetx_snmp_v3_buffer_overwrite_test.c24 NX_SNMP_SECURITY_KEY my_privacy_key;
Dnetx_snmp_v3_encrypt_pdu_buffer_overwrite_test.c24 NX_SNMP_SECURITY_KEY my_privacy_key;
Dnetx_snmp_v3_object_id_buffer_overwrite_test.c24 NX_SNMP_SECURITY_KEY my_privacy_key;
Dnetx_snmp_v3_decrypt_pdu_buffer_overwrite_test.c24 NX_SNMP_SECURITY_KEY my_privacy_key;