Home
last modified time | relevance | path

Searched refs:destination_key (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.4.1/addons/snmp/
Dnxd_snmp.h639 …t_md5_key_create(NX_SNMP_AGENT *agent_ptr, UCHAR *password, NX_SNMP_SECURITY_KEY *destination_key);
640 …MP_AGENT *agent_ptr, UCHAR *password, UINT password_length, NX_SNMP_SECURITY_KEY *destination_key);
643 …t_sha_key_create(NX_SNMP_AGENT *agent_ptr, UCHAR *password, NX_SNMP_SECURITY_KEY *destination_key);
644 …MP_AGENT *agent_ptr, UCHAR *password, UINT password_length, NX_SNMP_SECURITY_KEY *destination_key);
716 …t_md5_key_create(NX_SNMP_AGENT *agent_ptr, UCHAR *password, NX_SNMP_SECURITY_KEY *destination_key);
717 …t_md5_key_create(NX_SNMP_AGENT *agent_ptr, UCHAR *password, NX_SNMP_SECURITY_KEY *destination_key);
718 …MP_AGENT *agent_ptr, UCHAR *password, UINT password_length, NX_SNMP_SECURITY_KEY *destination_key);
719 …MP_AGENT *agent_ptr, UCHAR *password, UINT password_length, NX_SNMP_SECURITY_KEY *destination_key);
724 …t_sha_key_create(NX_SNMP_AGENT *agent_ptr, UCHAR *password, NX_SNMP_SECURITY_KEY *destination_key);
725 …t_sha_key_create(NX_SNMP_AGENT *agent_ptr, UCHAR *password, NX_SNMP_SECURITY_KEY *destination_key);
[all …]
Dnxd_snmp.c1767 …nt_md5_key_create(NX_SNMP_AGENT *agent_ptr, UCHAR *password, NX_SNMP_SECURITY_KEY *destination_key) in _nxe_snmp_agent_md5_key_create() argument
1775 (password == NX_NULL) || (destination_key == NX_NULL)) in _nxe_snmp_agent_md5_key_create()
1779 status = _nx_snmp_agent_md5_key_create(agent_ptr, password, destination_key); in _nxe_snmp_agent_md5_key_create()
1831 …nt_md5_key_create(NX_SNMP_AGENT *agent_ptr, UCHAR *password, NX_SNMP_SECURITY_KEY *destination_key) in _nx_snmp_agent_md5_key_create() argument
1838 destination_key -> nx_snmp_security_key_type = 0; in _nx_snmp_agent_md5_key_create()
1839 destination_key -> nx_snmp_security_key_size = 0; in _nx_snmp_agent_md5_key_create()
1862 …us = _nx_snmp_agent_md5_key_create_extended(agent_ptr, password, password_length, destination_key); in _nx_snmp_agent_md5_key_create()
1915 …NMP_AGENT *agent_ptr, UCHAR *password, UINT password_length, NX_SNMP_SECURITY_KEY *destination_key) in _nxe_snmp_agent_md5_key_create_extended() argument
1923 (password == NX_NULL) || (password_length == 0) || (destination_key == NX_NULL)) in _nxe_snmp_agent_md5_key_create_extended()
1927 …s = _nx_snmp_agent_md5_key_create_extended(agent_ptr, password, password_length, destination_key); in _nxe_snmp_agent_md5_key_create_extended()
[all …]