HomeSort by relevance Sort by last modified time
    Searched defs:ReadLength (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/crypto/
rsa_private_key.cc 319 bool PrivateKeyInfoCodec::ReadLength(uint8** pos, uint8* end, uint32* result) {
355 return ReadLength(pos, end, length);
  /external/chromium_org/net/cert/
ct_serialization.cc 69 bool ReadLength(size_t prefix_length, base::StringPiece* in, size_t* out) {
97 if (!ReadLength(prefix_length, in, &length))

Completed in 58 milliseconds