Home
last modified time | relevance | path

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

/openbsd/src/lib/libtls/
Dtls_server.c91 if ((conn_ctx = SSL_get_app_data(ssl)) == NULL) in tls_servername_cb()
177 if ((tls_ctx = SSL_get_app_data(ssl)) == NULL) in tls_server_ticket_cb()
Dtls_ocsp.c324 if ((ctx = SSL_get_app_data(ssl)) == NULL) in tls_ocsp_verify_cb()
358 if ((ctx = SSL_get_app_data(ssl)) == NULL) in tls_ocsp_stapling_cb()
/openbsd/src/lib/libssl/
Dssl.h661 #define SSL_get_app_data(s) (SSL_get_ex_data(s,0)) macro