Home
last modified time | relevance | path

Searched refs:pre_proc_exts (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/ssl/statem/
Dstatem_srvr.c1570 &clienthello->pre_proc_exts, in tls_process_client_hello()
1581 OPENSSL_free(clienthello->pre_proc_exts); in tls_process_client_hello()
1761 clienthello->pre_proc_exts, NULL, 0)) { in tls_early_post_process_client_hello()
1863 clienthello->pre_proc_exts, NULL, 0, 1)) { in tls_early_post_process_client_hello()
2042 OPENSSL_free(clienthello->pre_proc_exts); in tls_early_post_process_client_hello()
2049 OPENSSL_free(clienthello->pre_proc_exts); in tls_early_post_process_client_hello()
Dextensions.c1719 && !s->clienthello->pre_proc_exts[TLSEXT_IDX_psk_kex_modes].present) { in final_psk()
Dstatem_lib.c1795 suppversions = &hello->pre_proc_exts[TLSEXT_IDX_supported_versions]; in ssl_choose_server_version()
/third_party/openssl/ssl/
Dssl_sess.c579 SSL_EXT_CLIENT_HELLO, hello->pre_proc_exts, in ssl_get_prev_session()
582 hello->pre_proc_exts, NULL, 0)) in ssl_get_prev_session()
Dssl_lib.c1238 OPENSSL_free(s->clienthello->pre_proc_exts); in SSL_free()
5417 ext = s->clienthello->pre_proc_exts + i; in SSL_client_hello_get1_extensions_present()
5431 ext = s->clienthello->pre_proc_exts + i; in SSL_client_hello_get1_extensions_present()
5455 r = s->clienthello->pre_proc_exts + i; in SSL_client_hello_get0_ext()
Dssl_local.h737 RAW_EXTENSION *pre_proc_exts; member
Dt1_lib.c1748 ticketext = &hello->pre_proc_exts[TLSEXT_IDX_session_ticket]; in tls_get_ticket_from_client()