Home
last modified time | relevance | path

Searched refs:ssl_client_hello_init (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/
Dtls13_server.cc261 if (!ssl_client_hello_init(ssl, &client_hello, msg)) { in do_select_parameters()
401 if (!ssl_client_hello_init(ssl, &client_hello, msg)) { in do_select_session()
564 if (!ssl_client_hello_init(ssl, &client_hello, msg)) { in do_read_second_client_hello()
Dhandshake_server.cc523 if (!ssl_client_hello_init(ssl, &client_hello, msg)) { in do_read_client_hello()
639 if (!ssl_client_hello_init(ssl, &client_hello, msg)) { in do_select_certificate()
678 if (!ssl_client_hello_init(ssl, &client_hello, msg)) { in do_select_parameters()
Dinternal.h1801 bool ssl_client_hello_init(SSL *ssl, SSL_CLIENT_HELLO *out,
Dt1_lib.cc202 bool ssl_client_hello_init(SSL *ssl, SSL_CLIENT_HELLO *out, in ssl_client_hello_init() function