Searched refs:ReadIntegerImpl (Results 1 – 2 of 2) sorted by relevance
317 return ReadIntegerImpl(pos, end, out, big_endian_); in ReadInteger()320 bool PrivateKeyInfoCodec::ReadIntegerImpl(uint8** pos, in ReadIntegerImpl() function in base::PrivateKeyInfoCodec350 if (!ReadIntegerImpl(pos, end, &temp, true)) // Big-Endian in ReadIntegerWithExpectedSize()
97 bool ReadIntegerImpl(uint8** pos,