Searched refs:clienthello (Results 1 – 4 of 4) sorted by relevance
1383 clienthello = OPENSSL_zalloc(sizeof(*clienthello)); in tls_process_client_hello()1384 if (clienthello == NULL) { in tls_process_client_hello()1396 if (clienthello->isv2) { in tls_process_client_hello()1441 if (clienthello->isv2) { in tls_process_client_hello()1574 s->clienthello = clienthello; in tls_process_client_hello()1579 if (clienthello != NULL) in tls_process_client_hello()1599 CLIENTHELLO_MSG *clienthello = s->clienthello; in tls_early_post_process_client_hello() local1626 if (clienthello->isv2) { in tls_early_post_process_client_hello()1798 if (clienthello->isv2 || in tls_early_post_process_client_hello()2075 s->clienthello = NULL; in tls_early_post_process_client_hello()[all …]
1203 OPENSSL_free(s->clienthello); in SSL_free()5020 if (s->clienthello == NULL) in SSL_client_hello_isv2()5022 return s->clienthello->isv2; in SSL_client_hello_isv2()5027 if (s->clienthello == NULL) in SSL_client_hello_get0_legacy_version()5029 return s->clienthello->legacy_version; in SSL_client_hello_get0_legacy_version()5034 if (s->clienthello == NULL) in SSL_client_hello_get0_random()5037 *out = s->clienthello->random; in SSL_client_hello_get0_random()5043 if (s->clienthello == NULL) in SSL_client_hello_get0_session_id()5052 if (s->clienthello == NULL) in SSL_client_hello_get0_ciphers()5061 if (s->clienthello == NULL) in SSL_client_hello_get0_compression_methods()[all …]
1374 CLIENTHELLO_MSG *clienthello; member
2648 SSL_R_CLIENTHELLO_TLSEXT:226:clienthello tlsext