Lines Matching refs:SSL_TEST_CTX
34 static int check_result(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_result()
45 static int check_alerts(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_alerts()
103 static int check_protocol(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_protocol()
124 static int check_servername(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_servername()
135 static int check_session_ticket(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_session_ticket()
149 static int check_session_id(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_session_id()
162 static int check_compression(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_compression()
169 static int check_npn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_npn()
182 static int check_alpn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_alpn()
195 SSL_TEST_CTX *test_ctx) in check_session_ticket_app_data()
215 static int check_resumption(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_resumption()
281 static int check_tmp_key(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_tmp_key()
288 SSL_TEST_CTX *test_ctx) in check_server_cert_type()
295 SSL_TEST_CTX *test_ctx) in check_server_sign_hash()
302 SSL_TEST_CTX *test_ctx) in check_server_sign_type()
309 SSL_TEST_CTX *test_ctx) in check_server_ca_names()
317 SSL_TEST_CTX *test_ctx) in check_client_cert_type()
324 SSL_TEST_CTX *test_ctx) in check_client_sign_hash()
331 SSL_TEST_CTX *test_ctx) in check_client_sign_type()
338 SSL_TEST_CTX *test_ctx) in check_client_ca_names()
345 static int check_cipher(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_cipher()
362 static int check_test(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_test()
399 SSL_TEST_CTX *test_ctx = NULL; in test_handshake()