Searched refs:pre_proc_exts (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/ssl/statem/ |
D | statem_srvr.c | 1570 &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()
|
D | extensions.c | 1719 && !s->clienthello->pre_proc_exts[TLSEXT_IDX_psk_kex_modes].present) { in final_psk()
|
D | statem_lib.c | 1795 suppversions = &hello->pre_proc_exts[TLSEXT_IDX_supported_versions]; in ssl_choose_server_version()
|
/third_party/openssl/ssl/ |
D | ssl_sess.c | 579 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()
|
D | ssl_lib.c | 1238 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()
|
D | ssl_local.h | 737 RAW_EXTENSION *pre_proc_exts; member
|
D | t1_lib.c | 1748 ticketext = &hello->pre_proc_exts[TLSEXT_IDX_session_ticket]; in tls_get_ticket_from_client()
|