Symbol: hello
crypto/openssl/ssl/ssl_local.h
2547
__owur int ssl_get_prev_session(SSL_CONNECTION *s, CLIENTHELLO_MSG *hello);
crypto/openssl/ssl/ssl_local.h
2712
__owur int ssl_choose_server_version(SSL_CONNECTION *s, CLIENTHELLO_MSG *hello,
crypto/openssl/ssl/ssl_local.h
2877
CLIENTHELLO_MSG *hello,
crypto/openssl/ssl/ssl_sess.c
585
int ssl_get_prev_session(SSL_CONNECTION *s, CLIENTHELLO_MSG *hello)
crypto/openssl/ssl/ssl_sess.c
603
SSL_EXT_CLIENT_HELLO, hello->pre_proc_exts,
crypto/openssl/ssl/ssl_sess.c
606
hello->pre_proc_exts, NULL, 0))
crypto/openssl/ssl/ssl_sess.c
613
r = tls_get_ticket_from_client(s, hello, &ret);
crypto/openssl/ssl/ssl_sess.c
622
if (hello->session_id_len > 0) {
crypto/openssl/ssl/ssl_sess.c
624
ret = lookup_sess_in_cache(s, hello->session_id,
crypto/openssl/ssl/ssl_sess.c
625
hello->session_id_len);
crypto/openssl/ssl/statem/statem_lib.c
2160
int ssl_choose_server_version(SSL_CONNECTION *s, CLIENTHELLO_MSG *hello,
crypto/openssl/ssl/statem/statem_lib.c
2174
int client_version = hello->legacy_version;
crypto/openssl/ssl/statem/statem_lib.c
2210
suppversions = &hello->pre_proc_exts[TLSEXT_IDX_supported_versions];
crypto/openssl/ssl/statem/statem_srvr.c
1433
const CLIENTHELLO_MSG *hello)
crypto/openssl/ssl/statem/statem_srvr.c
1479
tmppkt = hello->extensions;
crypto/openssl/ssl/t1_lib.c
3015
CLIENTHELLO_MSG *hello,
crypto/openssl/ssl/t1_lib.c
3032
ticketext = &hello->pre_proc_exts[TLSEXT_IDX_session_ticket];
crypto/openssl/ssl/t1_lib.c
3039
hello->session_id, hello->session_id_len, ret);
crypto/openssl/test/exdatatest.c
105
ex_data->hello = (*update_ex_data)->hello;
crypto/openssl/test/exdatatest.c
162
ex_data->hello = cp;
crypto/openssl/test/exdatatest.c
172
return ex_data->hello;
crypto/openssl/test/exdatatest.c
186
ex_data->hello = cp;
crypto/openssl/test/exdatatest.c
196
return ex_data->hello;
crypto/openssl/test/exdatatest.c
66
char *hello;
share/examples/kld/syscall/module/syscall.c
53
.sy_call = hello