Searched refs:ReadLength (Results 1 – 3 of 3) sorted by relevance
322 bool PrivateKeyInfoCodec::ReadLength(uint8_t** pos, in ReadLength() function in crypto::PrivateKeyInfoCodec360 return ReadLength(pos, end, length); in ReadTypeHeaderAndLength()
132 bool ReadLength(uint8_t** pos, uint8_t* end, uint32_t* result);
68 bool ReadLength(int* result) WARN_UNUSED_RESULT { in ReadLength() function