wait_client_hello 7812 net/third_party/nss/ssl/ssl3con.c     ss->ssl3.hs.ws = wait_client_hello;
wait_client_hello 8036 net/third_party/nss/ssl/ssl3con.c     if ((ss->ssl3.hs.ws != wait_client_hello) &&
wait_client_hello 8827 net/third_party/nss/ssl/ssl3con.c     if (ss->ssl3.hs.ws != wait_client_hello) {
wait_client_hello 12371 net/third_party/nss/ssl/ssl3con.c     ss->ssl3.hs.ws = (ss->sec.isServer) ? wait_client_hello : wait_server_hello;