Home
last modified time | relevance | path

Searched refs:encryption (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/addons/snmp/
Dnxd_snmp.c21160 UINT authenticate, encryption, send_reply; in _nx_snmp_version_3_report_send() local
21224 _nx_snmp_agent_security_response_status(agent_ptr, &authenticate, &encryption, &send_reply); in _nx_snmp_version_3_report_send()
21242 if (encryption == NX_TRUE) in _nx_snmp_version_3_report_send()
21918 if (encryption) in _nx_snmp_version_3_report_send()
23062 …ty_response_status(NX_SNMP_AGENT *agent_ptr, UINT *authenticate, UINT *encryption, UINT *send_repl… in _nx_snmp_agent_security_response_status() argument
23067 *encryption = NX_FALSE; in _nx_snmp_agent_security_response_status()
23088 *encryption = NX_TRUE; in _nx_snmp_agent_security_response_status()
Dnxd_snmp.h880 …ty_response_status(NX_SNMP_AGENT *agent_ptr, UINT *authenticate, UINT *encryption, UINT *send_repl…
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt3440 Files are modified to clear encryption key and other secret data:
5222 … 2) never to set encryption or reportable bit in security header flags field,
5223 … 3) if sending time synchronization report, only use authentication even if encryption is enabled,
5252 … and encryption key processing, and around API fucntions that compute and activate keys.
5785 …Added trap security to provide authentication and encryption for trap messages. The keys for trap …
5810 … to disable authentication or encryption at run time.