Searched refs:SSL_get_ex_data (Results 1 – 9 of 9) sorted by relevance
197 if ((TLScontext = SSL_get_ex_data(ssl, TLScontext_index)) == 0) in get_server_session_cb()272 if ((TLScontext = SSL_get_ex_data(ssl, TLScontext_index)) == 0) in new_server_session_cb()318 TLS_SESS_STATE *TLScontext = SSL_get_ex_data(con, TLScontext_index); in ticket_cb()359 TLS_SESS_STATE *TLScontext = SSL_get_ex_data(con, TLScontext_index); in ticket_cb()
163 TLScontext = SSL_get_ex_data(con, TLScontext_index); in tls_verify_certificate_callback()
261 if ((TLScontext = SSL_get_ex_data(ssl, TLScontext_index)) == 0) in new_client_session_cb()
859 TLS_SESS_STATE *TLScontext = SSL_get_ex_data(ssl, TLScontext_index); in server_sni_callback()
128 inf = (struct tls_info*) SSL_get_ex_data(ssl, 0); in tls_verify_callback()
339 SSL_get_ex_data;
338 SSL_get_ex_data@@OPENSSL_3.0.0
188 SSL_get_ex_data 189 3_0_0 EXIST::FUNCTION:
4563 void *SSL_get_ex_data(const SSL *s, int idx) in SSL_get_ex_data() function