Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_clienthello.h49 inline bool has_ticket() const { return has_ticket_; } in has_ticket()
56 bool has_ticket_; variable
Dcrypto_clienthello.cc121 hello.has_ticket_ = tls_ticket_ != nullptr && tls_ticket_size_ != 0; in ParseHeader()