Searched refs:SSL_get_app_data (Results 1 – 4 of 4) sorted by relevance
313 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()
89 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()
749 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()
685 #define SSL_get_app_data(s) (SSL_get_ex_data(s,0)) macro