Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/tls/
Dtls_server.c197 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()
Dtls_verify.c163 TLScontext = SSL_get_ex_data(con, TLScontext_index); in tls_verify_certificate_callback()
Dtls_client.c261 if ((TLScontext = SSL_get_ex_data(ssl, TLScontext_index)) == 0) in new_client_session_cb()
Dtls_misc.c859 TLS_SESS_STATE *TLScontext = SSL_get_ex_data(ssl, TLScontext_index); in server_sni_callback()
/netbsd/src/external/bsd/ppp/dist/pppd/
Dtls.c128 inf = (struct tls_info*) SSL_get_ex_data(ssl, 0); in tls_verify_callback()
/netbsd/src/crypto/external/bsd/openssl/lib/libssl/
Dssl.map339 SSL_get_ex_data;
Dssl.expsym338 SSL_get_ex_data@@OPENSSL_3.0.0
/netbsd/src/crypto/external/bsd/openssl/dist/util/
Dlibssl.num188 SSL_get_ex_data 189 3_0_0 EXIST::FUNCTION:
/netbsd/src/crypto/external/bsd/openssl/dist/ssl/
Dssl_lib.c4563 void *SSL_get_ex_data(const SSL *s, int idx) in SSL_get_ex_data() function