Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_x509_asn1_tlv_block_parse.c135 ULONG length_bytes; in _nx_secure_x509_asn1_tlv_block_parse() local
208 length_bytes = length & 0x7F; in _nx_secure_x509_asn1_tlv_block_parse()
212 if (length_bytes > 4 || length_bytes > *buffer_length) in _nx_secure_x509_asn1_tlv_block_parse()
219 *header_length = *header_length + length_bytes; in _nx_secure_x509_asn1_tlv_block_parse()
220 *buffer_length = *buffer_length - length_bytes; in _nx_secure_x509_asn1_tlv_block_parse()
222 while (length_bytes > 0) in _nx_secure_x509_asn1_tlv_block_parse()
230 length_bytes--; in _nx_secure_x509_asn1_tlv_block_parse()
/NetX-Duo-v6.2.1/addons/snmp/
Dnxd_snmp.c23182 ULONG length_bytes; in _nx_snmp_utility_tlv_block_parse() local
23254 length_bytes = length & 0x7F; in _nx_snmp_utility_tlv_block_parse()
23258 if (length_bytes > 4) in _nx_snmp_utility_tlv_block_parse()
23265 *header_length = *header_length + length_bytes; in _nx_snmp_utility_tlv_block_parse()
23268 …if ((current_index + length_bytes) < current_index || (current_index + length_bytes) > (UINT)buffe… in _nx_snmp_utility_tlv_block_parse()
23273 while (length_bytes > 0) in _nx_snmp_utility_tlv_block_parse()
23281 length_bytes--; in _nx_snmp_utility_tlv_block_parse()