Searched refs:pre_proc_exts (Results 1 – 7 of 7) sorted by relevance
/openssl-master/ssl/statem/ |
A 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()
|
A D | extensions.c | 1696 && !s->clienthello->pre_proc_exts[TLSEXT_IDX_psk_kex_modes].present) { in final_psk()
|
A D | statem_lib.c | 1792 suppversions = &hello->pre_proc_exts[TLSEXT_IDX_supported_versions]; in ssl_choose_server_version()
|
/openssl-master/ssl/ |
A D | ssl_sess.c | 578 SSL_EXT_CLIENT_HELLO, hello->pre_proc_exts, in ssl_get_prev_session() 581 hello->pre_proc_exts, NULL, 0)) in ssl_get_prev_session()
|
A D | ssl_lib.c | 1238 OPENSSL_free(s->clienthello->pre_proc_exts); in SSL_free() 5373 ext = s->clienthello->pre_proc_exts + i; in SSL_client_hello_get1_extensions_present() 5387 ext = s->clienthello->pre_proc_exts + i; in SSL_client_hello_get1_extensions_present() 5411 r = s->clienthello->pre_proc_exts + i; in SSL_client_hello_get0_ext()
|
A D | ssl_local.h | 737 RAW_EXTENSION *pre_proc_exts; member
|
A D | t1_lib.c | 1743 ticketext = &hello->pre_proc_exts[TLSEXT_IDX_session_ticket]; in tls_get_ticket_from_client()
|
Completed in 41 milliseconds