Searched refs:tls_process_server_hello (Results 1 – 3 of 3) sorted by relevance
78 static int tls_process_server_hello(struct tlsv1_client *conn, u8 ct, in tls_process_server_hello() function 1518 if (tls_process_server_hello(conn, ct, buf, len)) in tlsv1_client_process_handshake()
124 __owur MSG_PROCESS_RETURN tls_process_server_hello(SSL *s, PACKET *pkt);
1027 return tls_process_server_hello(s, pkt); in ossl_statem_client_process_message()1376 MSG_PROCESS_RETURN tls_process_server_hello(SSL *s, PACKET *pkt) in tls_process_server_hello() function