Home
last modified time | relevance | path

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

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