Searched refs:pre_proc_exts (Results 1 – 7 of 7) sorted by relevance
/openssl/ssl/statem/ |
H A D | statem_srvr.c | 1666 &clienthello->pre_proc_exts, in tls_process_client_hello() 1677 OPENSSL_free(clienthello->pre_proc_exts); in tls_process_client_hello() 1843 clienthello->pre_proc_exts, NULL, 0)) { in tls_early_post_process_client_hello() 1947 clienthello->pre_proc_exts, NULL, 0, 1)) { in tls_early_post_process_client_hello() 2127 OPENSSL_free(clienthello->pre_proc_exts); in tls_early_post_process_client_hello() 2134 OPENSSL_free(clienthello->pre_proc_exts); in tls_early_post_process_client_hello()
|
H A D | extensions.c | 1791 && !s->clienthello->pre_proc_exts[TLSEXT_IDX_psk_kex_modes].present) { in final_psk()
|
H A D | statem_lib.c | 2190 suppversions = &hello->pre_proc_exts[TLSEXT_IDX_supported_versions]; in ssl_choose_server_version()
|
/openssl/ssl/ |
H A D | ssl_sess.c | 600 SSL_EXT_CLIENT_HELLO, hello->pre_proc_exts, in ssl_get_prev_session() 603 hello->pre_proc_exts, NULL, 0)) in ssl_get_prev_session()
|
H A D | ssl_lib.c | 1461 OPENSSL_free(s->clienthello->pre_proc_exts); in ossl_ssl_connection_free() 6738 ext = sc->clienthello->pre_proc_exts + i; in SSL_client_hello_get1_extensions_present() 6750 ext = sc->clienthello->pre_proc_exts + i; in SSL_client_hello_get1_extensions_present() 6777 ext = sc->clienthello->pre_proc_exts + i; in SSL_client_hello_get_extension_order() 6792 ext = sc->clienthello->pre_proc_exts + i; in SSL_client_hello_get_extension_order() 6816 r = sc->clienthello->pre_proc_exts + i; in SSL_client_hello_get0_ext()
|
H A D | ssl_local.h | 658 RAW_EXTENSION *pre_proc_exts; member
|
H A D | t1_lib.c | 2334 ticketext = &hello->pre_proc_exts[TLSEXT_IDX_session_ticket]; in tls_get_ticket_from_client()
|
Completed in 80 milliseconds