Searched refs:ad_len (Results 1 – 1 of 1) sorted by relevance
52 size_t ad_len = ad.size(); in RemoveTrailingZeros() local53 while (position != ad_len) { in RemoveTrailingZeros()66 if (position + len >= ad_len) { in RemoveTrailingZeros()80 size_t ad_len = ad.size(); in IsValid() local81 while (position != ad_len) { in IsValid()88 for (size_t i = position + 1; i < ad_len; i++) { in IsValid()96 if (position + len >= ad_len) { in IsValid()112 static const uint8_t* GetFieldByType(const uint8_t* ad, size_t ad_len, in GetFieldByType() argument116 while (position != ad_len) { in GetFieldByType()120 if (position + len >= ad_len) break; in GetFieldByType()