Searched refs:pre_proc_exts (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/ssl/statem/ |
| H A D | statem_srvr.c | 1700 &clienthello->pre_proc_exts, in tls_process_client_hello() 1711 OPENSSL_free(clienthello->pre_proc_exts); in tls_process_client_hello() 1877 clienthello->pre_proc_exts, NULL, 0)) { in tls_early_post_process_client_hello() 1981 clienthello->pre_proc_exts, NULL, 0, 1)) { in tls_early_post_process_client_hello() 2161 OPENSSL_free(clienthello->pre_proc_exts); in tls_early_post_process_client_hello() 2168 OPENSSL_free(clienthello->pre_proc_exts); in tls_early_post_process_client_hello()
|
| H A D | extensions.c | 1713 && !s->clienthello->pre_proc_exts[TLSEXT_IDX_psk_kex_modes].present) { in final_psk()
|
| H A D | statem_lib.c | 2210 suppversions = &hello->pre_proc_exts[TLSEXT_IDX_supported_versions]; in ssl_choose_server_version()
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_sess.c | 603 SSL_EXT_CLIENT_HELLO, hello->pre_proc_exts, in ssl_get_prev_session() 606 hello->pre_proc_exts, NULL, 0)) in ssl_get_prev_session()
|
| H A D | ssl_lib.c | 1503 OPENSSL_free(s->clienthello->pre_proc_exts); in ossl_ssl_connection_free() 6821 ext = sc->clienthello->pre_proc_exts + i; in SSL_client_hello_get1_extensions_present() 6833 ext = sc->clienthello->pre_proc_exts + i; in SSL_client_hello_get1_extensions_present() 6860 ext = sc->clienthello->pre_proc_exts + i; in SSL_client_hello_get_extension_order() 6875 ext = sc->clienthello->pre_proc_exts + i; in SSL_client_hello_get_extension_order() 6899 r = sc->clienthello->pre_proc_exts + i; in SSL_client_hello_get0_ext()
|
| H A D | ssl_local.h | 654 RAW_EXTENSION *pre_proc_exts; member
|
| H A D | t1_lib.c | 3032 ticketext = &hello->pre_proc_exts[TLSEXT_IDX_session_ticket]; in tls_get_ticket_from_client()
|