Searched refs:SSL_get_app_data (Results 1 – 9 of 9) sorted by relevance
110 int *seen = (int*)SSL_get_app_data(s); in cert_comp_info_cb()219 if (!TEST_false(*(int*)SSL_get_app_data(clientssl))) in test_ssl_cert_comp()227 if (!TEST_true(*(int*)SSL_get_app_data(clientssl))) in test_ssl_cert_comp()233 if (!TEST_true(*(int*)SSL_get_app_data(serverssl))) in test_ssl_cert_comp()
12600 data = (int *)SSL_get_app_data(s); in check_app_data()
170 SSL_get_app_data(3)
15 SSL_set_app_data, SSL_get_app_data,
4489 struct doq_conn* doq_conn = (struct doq_conn*)SSL_get_app_data(ssl);4535 struct doq_conn* doq_conn = (struct doq_conn*)SSL_get_app_data(ssl);4573 struct doq_conn* doq_conn = (struct doq_conn*)SSL_get_app_data(ssl);
758 struct tls_connection *conn = SSL_get_app_data((SSL *) ssl); in ssl_info_cb()2518 conn = SSL_get_app_data(ssl); in tls_verify_cb()
1028 # define SSL_get_app_data(s) (SSL_get_ex_data(s,0)) macro
981 # define SSL_get_app_data(s) (SSL_get_ex_data(s,0)) macro
942 MLINKS+= BIO_get_ex_new_index.3 SSL_get_app_data.3