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.h32 const QuicTag kCETV = TAG('C', 'E', 'T', 'V'); // Client encrypted tag-value variable
Dquic_crypto_client_config.cc455 cetv.set_tag(kCETV); in FillClientHello()
496 out->SetStringPiece(kCETV, cetv_ciphertext->AsStringPiece()); in FillClientHello()
Dquic_crypto_server_config.cc638 client_hello.GetStringPiece(kCETV, &cetv_ciphertext)) { in ProcessClientHello()
640 client_hello_copy.Erase(kCETV); in ProcessClientHello()