Home
last modified time | relevance | path

Searched refs:SSL_get_app_data (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/crypto/libressl/tls/
H A Dtls_ocsp.c313 if ((ctx = SSL_get_app_data(ssl)) == NULL) in tls_ocsp_verify_cb()
346 if ((ctx = SSL_get_app_data(ssl)) == NULL) in tls_ocsp_stapling_cb()
H A Dtls_server.c89 if ((conn_ctx = SSL_get_app_data(ssl)) == NULL) in tls_servername_cb()
175 if ((tls_ctx = SSL_get_app_data(ssl)) == NULL) in tls_server_ticket_cb()
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c749 struct tls_connection *conn = SSL_get_app_data((SSL *) ssl); in ssl_info_cb()
2319 conn = SSL_get_app_data(ssl); in tls_verify_cb()
/dflybsd-src/crypto/libressl/include/openssl/
H A Dssl.h685 #define SSL_get_app_data(s) (SSL_get_ex_data(s,0)) macro