Searched refs:response_encryption_size_ptr (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.4.1/addons/snmp/ |
D | nxd_snmp.c | 18364 UCHAR *response_encryption_size_ptr = NX_NULL; in _nx_snmp_version_3_process() local 19869 response_encryption_size_ptr = 0x0; in _nx_snmp_version_3_process() 19874 …nt_decrypt_pdu(agent_ptr, &buffer_ptr, response_buffer_ptr, &response_encryption_size_ptr, &respo… in _nx_snmp_version_3_process() 21005 response_encryption_size_ptr, &response_sequence_ptr, in _nx_snmp_version_3_process() 22611 …tr, UINT *response_pdu_length, UINT *response_sequence_length, UCHAR *response_encryption_size_ptr, in _nx_snmp_agent_encrypt_pdu() argument 22669 if ((response_encryption_size_ptr == NX_NULL) || (response_pdu_length == NX_NULL)) in _nx_snmp_agent_encrypt_pdu() 22684 if ((response_encryption_size_ptr != NX_NULL) && (response_pdu_length != NX_NULL)) in _nx_snmp_agent_encrypt_pdu() 22690 response_encryption_size_ptr[2] = 0x30; in _nx_snmp_agent_encrypt_pdu() 22691 response_encryption_size_ptr[3] = ((UCHAR) 2) | NX_SNMP_ANS1_MULTI_BYTES; in _nx_snmp_agent_encrypt_pdu() 22692 response_encryption_size_ptr[4] = (UCHAR) ((pdu_sequence_length >> 8) & 0xFF); in _nx_snmp_agent_encrypt_pdu() [all …]
|
D | nxd_snmp.h | 876 …tr, UINT *response_pdu_length, UINT *response_sequence_length, UCHAR *response_encryption_size_ptr, 879 …ptr, UCHAR **buffer_ptr, UCHAR *response_buffer_ptr, UCHAR **response_encryption_size_ptr, UINT *…
|