Home
last modified time | relevance | path

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

/base/security/device_auth/common_lib/impl/src/
Dhc_tlv_parser.c195 uint32_t childTotalLength = 0; in ParseTlvStruct() local
211 childTotalLength += unknownChildLength; in ParseTlvStruct()
212 if (childTotalLength > MAX_TLV_LENGTH) { in ParseTlvStruct()
221 childTotalLength += childLength; in ParseTlvStruct()
222 if (childTotalLength > MAX_TLV_LENGTH) { in ParseTlvStruct()
226 } while (childTotalLength < tlv->length); in ParseTlvStruct()
228 if (childTotalLength > tlv->length) { in ParseTlvStruct()
236 return childTotalLength; in ParseTlvStruct()
267 uint32_t childTotalLength = 0; in GetLenTlvStruct() local
275 childTotalLength += childLength; in GetLenTlvStruct()
[all …]