Searched refs:authenticate (Results 1 – 3 of 3) sorted by relevance
21160 UINT authenticate, encryption, send_reply; in _nx_snmp_version_3_report_send() local21224 _nx_snmp_agent_security_response_status(agent_ptr, &authenticate, &encryption, &send_reply); in _nx_snmp_version_3_report_send()21239 report_security_level = (UCHAR)authenticate; in _nx_snmp_version_3_report_send()21727 if (authenticate == NX_TRUE) in _nx_snmp_version_3_report_send()22320 …if ((authenticate == NX_TRUE) && (report_respond != NX_SNMP_DISCOVERY_RESPONSE_UNKNOWN_USERNAME_NU… in _nx_snmp_version_3_report_send()23062 VOID _nx_snmp_agent_security_response_status(NX_SNMP_AGENT *agent_ptr, UINT *authenticate, UINT *en… in _nx_snmp_agent_security_response_status() argument23068 *authenticate = NX_FALSE; in _nx_snmp_agent_security_response_status()23116 *authenticate = NX_TRUE; in _nx_snmp_agent_security_response_status()
880 VOID _nx_snmp_agent_security_response_status(NX_SNMP_AGENT *agent_ptr, UINT *authenticate, UINT …
5492 … Added separate input pointer to authenticate function if authentication is required.