Home
last modified time | relevance | path

Searched refs:CLIENTHELLO_MSG (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/ssl/
Dssl_local.h686 } CLIENTHELLO_MSG; typedef
1373 CLIENTHELLO_MSG *clienthello;
2263 __owur int ssl_get_prev_session(SSL *s, CLIENTHELLO_MSG *hello);
2397 __owur int ssl_choose_server_version(SSL *s, CLIENTHELLO_MSG *hello,
2533 __owur SSL_TICKET_STATUS tls_get_ticket_from_client(SSL *s, CLIENTHELLO_MSG *hello,
Dssl_sess.c500 int ssl_get_prev_session(SSL *s, CLIENTHELLO_MSG *hello) in ssl_get_prev_session()
Dt1_lib.c1306 SSL_TICKET_STATUS tls_get_ticket_from_client(SSL *s, CLIENTHELLO_MSG *hello, in tls_get_ticket_from_client()
/third_party/openssl/ssl/statem/
Dstatem_srvr.c1334 static void ssl_check_for_safari(SSL *s, const CLIENTHELLO_MSG *hello) in ssl_check_for_safari()
1388 CLIENTHELLO_MSG *clienthello = NULL; in tls_process_client_hello()
1624 CLIENTHELLO_MSG *clienthello = s->clienthello; in tls_early_post_process_client_hello()
Dstatem_lib.c1748 int ssl_choose_server_version(SSL *s, CLIENTHELLO_MSG *hello, DOWNGRADE *dgrd) in ssl_choose_server_version()