Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Drsa_private_key.cc322 bool PrivateKeyInfoCodec::ReadLength(uint8_t** pos, in ReadLength() function in crypto::PrivateKeyInfoCodec
360 return ReadLength(pos, end, length); in ReadTypeHeaderAndLength()
Drsa_private_key.h132 bool ReadLength(uint8_t** pos, uint8_t* end, uint32_t* result);
/external/libchrome/base/
Dpickle.h68 bool ReadLength(int* result) WARN_UNUSED_RESULT { in ReadLength() function