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

  /external/chromium/net/base/
dnssec_chain_verifier.h 77 bool ReadAheadKey(base::StringPiece*, uint8 entry_key);
dnssec_chain_verifier.cc 455 if (!ReadAheadKey(v, entry_key))
461 // ReadAheadKey returns the entry key when |chain_| is positioned at the start
463 bool DNSSECChainVerifier::ReadAheadKey(base::StringPiece* v, uint8 entry_key) {
597 if (!ReadAheadKey(&key, entry_key))

Completed in 49 milliseconds