Searched refs:SSL_TLSEXT_MSG_SH (Results 1 – 6 of 6) sorted by relevance
25 #define SSL_TLSEXT_MSG_SH 0x0002 /* ServerHello */ macro
1985 .messages = SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_SH |2000 .messages = SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_SH |2029 .messages = SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_SH,2058 .messages = SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_SH,2086 .messages = SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_SH,2143 .messages = SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_SH /* XXX */ |2189 .messages = SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_SH,2281 (msg_type & (SSL_TLSEXT_MSG_CH | SSL_TLSEXT_MSG_SH)) != 0) in tlsext_build()2438 if (msg_type == SSL_TLSEXT_MSG_SH) in tlsext_client_parse()
332 uint16_t tlsext_msg_type = SSL_TLSEXT_MSG_SH; in tls13_server_hello_build()
212 uint16_t tlsext_msg_type = SSL_TLSEXT_MSG_SH; in tls13_server_hello_process()
1275 if (!tlsext_server_build(s, SSL_TLSEXT_MSG_SH, &server_hello)) { in ssl3_send_server_hello()
1046 if (!tlsext_client_parse(s, SSL_TLSEXT_MSG_SH, &cbs, &al)) { in ssl3_get_server_hello()