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.c136 ULONG length_bytes; in _nx_secure_x509_asn1_tlv_block_parse() local
209 length_bytes = length & 0x7F; in _nx_secure_x509_asn1_tlv_block_parse()
213 if (length_bytes > 4 || length_bytes > *buffer_length) in _nx_secure_x509_asn1_tlv_block_parse()
220 *header_length = *header_length + length_bytes; in _nx_secure_x509_asn1_tlv_block_parse()
221 *buffer_length = *buffer_length - length_bytes; in _nx_secure_x509_asn1_tlv_block_parse()
223 while (length_bytes > 0) in _nx_secure_x509_asn1_tlv_block_parse()
231 length_bytes--; in _nx_secure_x509_asn1_tlv_block_parse()
/NetX-Duo-v6.2.1/addons/snmp/
Dnxd_snmp.c24050 ULONG length_bytes; in _nx_snmp_utility_tlv_block_parse() local
24122 length_bytes = length & 0x7F; in _nx_snmp_utility_tlv_block_parse()
24126 if (length_bytes > 4) in _nx_snmp_utility_tlv_block_parse()
24133 *header_length = *header_length + length_bytes; in _nx_snmp_utility_tlv_block_parse()
24136 …if ((current_index + length_bytes) < current_index || (current_index + length_bytes) > (UINT)buffe… in _nx_snmp_utility_tlv_block_parse()
24141 while (length_bytes > 0) in _nx_snmp_utility_tlv_block_parse()
24149 length_bytes--; in _nx_snmp_utility_tlv_block_parse()