Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/crypto/
Dquic_crypto_client_config.cc604 bool has_cert = message.GetStringPiece(kCertificateTag, &cert_bytes); in CacheNewServerConfig() local
605 if (has_proof && has_cert) { in CacheNewServerConfig()
621 if (has_proof && !has_cert) { in CacheNewServerConfig()
626 if (!has_proof && has_cert) { in CacheNewServerConfig()