Searched refs:SSL_get_app_data (Results 1 – 3 of 3) sorted by relevance
91 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()
324 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()
661 #define SSL_get_app_data(s) (SSL_get_ex_data(s,0)) macro