Searched refs:tls_process_client_hello (Results 1 – 3 of 3) sorted by relevance
121 static int tls_process_client_hello(struct tlsv1_server *conn, u8 ct, in tls_process_client_hello() function1287 if (tls_process_client_hello(conn, ct, buf, len)) in tlsv1_server_process_handshake()
201 __owur MSG_PROCESS_RETURN tls_process_client_hello(SSL_CONNECTION *s,
1294 return tls_process_client_hello(s, pkt); in ossl_statem_server_process_message()1490 MSG_PROCESS_RETURN tls_process_client_hello(SSL_CONNECTION *s, PACKET *pkt) in tls_process_client_hello() function