Searched refs:ssl_client_hello_init (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/ssl/ |
D | tls13_server.cc | 261 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()
|
D | handshake_server.cc | 523 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()
|
D | internal.h | 1801 bool ssl_client_hello_init(SSL *ssl, SSL_CLIENT_HELLO *out,
|
D | t1_lib.cc | 202 bool ssl_client_hello_init(SSL *ssl, SSL_CLIENT_HELLO *out, in ssl_client_hello_init() function
|