Searched refs:encrypted_size (Results 1 – 1 of 1) sorted by relevance
22841 UINT i, j, encrypted_size; in _nx_snmp_agent_decrypt_pdu() local22880 encrypted_size = (((UINT) (*buffer_ptr)[2]) << 8) | ((UINT) (*buffer_ptr)[3]); in _nx_snmp_agent_decrypt_pdu()22896 encrypted_size = (UINT) (*buffer_ptr)[2]; in _nx_snmp_agent_decrypt_pdu()22913 encrypted_size = (UINT) (*buffer_ptr)[1]; in _nx_snmp_agent_decrypt_pdu()22921 if ((INT)encrypted_size > *buffer_length) in _nx_snmp_agent_decrypt_pdu()22929 if (encrypted_size % 8) in _nx_snmp_agent_decrypt_pdu()22984 } while (j < encrypted_size); in _nx_snmp_agent_decrypt_pdu()