Searched refs:NX_SNMP_SECURITY_KEY (Results 1 – 12 of 12) sorted by relevance
/NetX-Duo-v6.4.1/addons/snmp/ |
D | nxd_snmp.h | 357 } NX_SNMP_SECURITY_KEY; typedef 434 …NX_SNMP_SECURITY_KEY *nx_snmp_agent_v3_authentication_key; /* SNMP v3 authentication key … 435 …NX_SNMP_SECURITY_KEY *nx_snmp_agent_v3_auth_trap_key; /* SNMP v3 authentication key for … 436 …NX_SNMP_SECURITY_KEY *nx_snmp_agent_v3_privacy_key; /* SNMP v3 privacy key … 437 …NX_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 …]
|
D | nxd_snmp.c | 164 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/ |
D | demo_netxduo_snmp.c | 36 NX_SNMP_SECURITY_KEY my_authentication_key; 40 NX_SNMP_SECURITY_KEY my_privacy_key;
|
/NetX-Duo-v6.4.1/test/regression/snmp_test/ |
D | netx_snmp_v3_encrypt_pdu_padding_buffer_overwrite_test.c | 22 NX_SNMP_SECURITY_KEY my_authentication_key; 24 NX_SNMP_SECURITY_KEY my_privacy_key;
|
D | netx_snmp_abnormal_packet_test.c | 16 static NX_SNMP_SECURITY_KEY my_privacy_key; 17 static NX_SNMP_SECURITY_KEY my_authentication_key;
|
D | netx_snmp_v3_md5_failed_security_test.c | 21 static NX_SNMP_SECURITY_KEY my_authentication_key; 22 static NX_SNMP_SECURITY_KEY my_privacy_key;
|
D | netx_snmp_v3_md5_security_test.c | 19 static NX_SNMP_SECURITY_KEY my_authentication_key; 20 static NX_SNMP_SECURITY_KEY my_privacy_key;
|
D | netx_snmp_v3_md5_security_extended_test.c | 19 static NX_SNMP_SECURITY_KEY my_authentication_key; 20 static NX_SNMP_SECURITY_KEY my_privacy_key;
|
D | netx_snmp_v3_buffer_overwrite_test.c | 24 NX_SNMP_SECURITY_KEY my_privacy_key;
|
D | netx_snmp_v3_encrypt_pdu_buffer_overwrite_test.c | 24 NX_SNMP_SECURITY_KEY my_privacy_key;
|
D | netx_snmp_v3_object_id_buffer_overwrite_test.c | 24 NX_SNMP_SECURITY_KEY my_privacy_key;
|
D | netx_snmp_v3_decrypt_pdu_buffer_overwrite_test.c | 24 NX_SNMP_SECURITY_KEY my_privacy_key;
|