Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/crypto/
Dcrypto_protocol.h35 const QuicTag kCETV = TAG('C', 'E', 'T', 'V'); // Client encrypted tag-value variable
Dquic_crypto_client_config.cc414 cetv.set_tag(kCETV); in FillClientHello()
454 out->SetStringPiece(kCETV, cetv_ciphertext->AsStringPiece()); in FillClientHello()
Dquic_crypto_server_config.cc597 client_hello.GetStringPiece(kCETV, &cetv_ciphertext)) { in ProcessClientHello()
599 client_hello_copy.Erase(kCETV); in ProcessClientHello()