Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_clienthello.cc121 hello.has_ticket_ = tls_ticket_ != nullptr && tls_ticket_size_ != 0; in ParseHeader()
160 tls_ticket_ = data + len; in ParseExtension()
Dcrypto_clienthello-inl.h47 tls_ticket_ = nullptr; in Reset()
Dcrypto_clienthello.h123 const uint8_t* tls_ticket_ = nullptr; variable