Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c1700 &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 Dextensions.c1713 && !s->clienthello->pre_proc_exts[TLSEXT_IDX_psk_kex_modes].present) { in final_psk()
H A Dstatem_lib.c2210 suppversions = &hello->pre_proc_exts[TLSEXT_IDX_supported_versions]; in ssl_choose_server_version()
/freebsd/crypto/openssl/ssl/
H A Dssl_sess.c603 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 Dssl_lib.c1503 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 Dssl_local.h654 RAW_EXTENSION *pre_proc_exts; member
H A Dt1_lib.c3032 ticketext = &hello->pre_proc_exts[TLSEXT_IDX_session_ticket]; in tls_get_ticket_from_client()