Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_srvr.c1570 &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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_srvr.c1594 &clienthello->pre_proc_exts, in tls_process_client_hello()
1605 OPENSSL_free(clienthello->pre_proc_exts); in tls_process_client_hello()
1802 clienthello->pre_proc_exts, NULL, 0)) { in tls_early_post_process_client_hello()
1907 clienthello->pre_proc_exts, NULL, 0, 1)) { in tls_early_post_process_client_hello()
2098 OPENSSL_free(clienthello->pre_proc_exts); in tls_early_post_process_client_hello()
2105 OPENSSL_free(clienthello->pre_proc_exts); in tls_early_post_process_client_hello()
H A Dextensions.c1740 && !s->clienthello->pre_proc_exts[TLSEXT_IDX_psk_kex_modes].present) { in final_psk()
H A Dstatem_lib.c1796 suppversions = &hello->pre_proc_exts[TLSEXT_IDX_supported_versions]; in ssl_choose_server_version()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_sess.c516 SSL_EXT_CLIENT_HELLO, hello->pre_proc_exts, in ssl_get_prev_session()
519 hello->pre_proc_exts, NULL, 0)) in ssl_get_prev_session()
H A Dssl_lib.c1210 OPENSSL_free(s->clienthello->pre_proc_exts); in SSL_free()
5192 ext = s->clienthello->pre_proc_exts + i; in SSL_client_hello_get1_extensions_present()
5207 ext = s->clienthello->pre_proc_exts + i; in SSL_client_hello_get1_extensions_present()
5231 r = s->clienthello->pre_proc_exts + i; in SSL_client_hello_get0_ext()
H A Dssl_local.h685 RAW_EXTENSION *pre_proc_exts; member
H A Dt1_lib.c1323 ticketext = &hello->pre_proc_exts[TLSEXT_IDX_session_ticket]; in tls_get_ticket_from_client()
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_local.h737 RAW_EXTENSION *pre_proc_exts; member