Searched refs:clienthello (Results 1 – 5 of 5) sorted by relevance
1408 clienthello = OPENSSL_zalloc(sizeof(*clienthello)); in tls_process_client_hello()1409 if (clienthello == NULL) { in tls_process_client_hello()1421 if (clienthello->isv2) { in tls_process_client_hello()1466 if (clienthello->isv2) { in tls_process_client_hello()1599 s->clienthello = clienthello; in tls_process_client_hello()1604 if (clienthello != NULL) in tls_process_client_hello()1624 CLIENTHELLO_MSG *clienthello = s->clienthello; in tls_early_post_process_client_hello() local1651 if (clienthello->isv2) { in tls_early_post_process_client_hello()1823 if (clienthello->isv2 || in tls_early_post_process_client_hello()2100 s->clienthello = NULL; in tls_early_post_process_client_hello()[all …]
1739 if (s->server && sent && s->clienthello != NULL in final_psk()1740 && !s->clienthello->pre_proc_exts[TLSEXT_IDX_psk_kex_modes].present) { in final_psk()
1215 if (s->clienthello != NULL) in SSL_free()1217 OPENSSL_free(s->clienthello); in SSL_free()5218 if (s->clienthello == NULL) in SSL_client_hello_isv2()5220 return s->clienthello->isv2; in SSL_client_hello_isv2()5225 if (s->clienthello == NULL) in SSL_client_hello_get0_legacy_version()5232 if (s->clienthello == NULL) in SSL_client_hello_get0_random()5235 *out = s->clienthello->random; in SSL_client_hello_get0_random()5241 if (s->clienthello == NULL) in SSL_client_hello_get0_session_id()5250 if (s->clienthello == NULL) in SSL_client_hello_get0_ciphers()5259 if (s->clienthello == NULL) in SSL_client_hello_get0_compression_methods()[all …]
1375 CLIENTHELLO_MSG *clienthello; member
2663 SSL_R_CLIENTHELLO_TLSEXT:226:clienthello tlsext