Home | History | Annotate | Download | only in crypto

Lines Matching refs:scid

298     // We need to ensure that the SCID changes whenever the server config does
311 // Don't put new tags below this point. The SCID generation should hash over
414 << "Keeping scid: " << base::HexEncode(
427 VLOG(1) << "Adding scid: " << base::HexEncode(
867 << " scid: " << base::HexEncode(primary_config_->id.data(),
1086 // SCID: 16 bytes
1141 StringPiece scid;
1142 if (!msg->GetStringPiece(kSCID, &scid)) {
1143 LOG(WARNING) << "Server config message is missing SCID";
1146 config->id = scid.as_string();