Home
last modified time | relevance | path

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

/external/chromium/net/third_party/nss/ssl/
Dsslimpl.h710 wait_client_hello, enumerator
Dssl3con.c5678 ss->ssl3.hs.ws = wait_client_hello; in ssl3_SendHelloRequest()
5850 if ((ss->ssl3.hs.ws != wait_client_hello) && in ssl3_HandleClientHello()
6368 if (ss->ssl3.hs.ws != wait_client_hello) { in ssl3_HandleV2ClientHello()
8788 ss->ssl3.hs.ws = (ss->sec.isServer) ? wait_client_hello : wait_server_hello; in ssl3_InitState()