Home
last modified time | relevance | path

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

/external/chromium_org/net/third_party/nss/ssl/
Dsslimpl.h773 wait_client_hello, enumerator
Dssl3con.c7762 ss->ssl3.hs.ws = wait_client_hello; in ssl3_SendHelloRequest()
7986 if ((ss->ssl3.hs.ws != wait_client_hello) && in ssl3_HandleClientHello()
8777 if (ss->ssl3.hs.ws != wait_client_hello) { in ssl3_HandleV2ClientHello()
12292 ss->ssl3.hs.ws = (ss->sec.isServer) ? wait_client_hello : wait_server_hello; in ssl3_InitState()