• Home
  • Raw
  • Download

Lines Matching refs:SSL_TEST_CTX

31 static int check_result(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)  in check_result()
42 static int check_alerts(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_alerts()
100 static int check_protocol(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_protocol()
121 static int check_servername(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_servername()
132 static int check_session_ticket(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_session_ticket()
146 static int check_session_id(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_session_id()
159 static int check_compression(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_compression()
166 static int check_npn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_npn()
179 static int check_alpn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_alpn()
192 SSL_TEST_CTX *test_ctx) in check_session_ticket_app_data()
212 static int check_resumption(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_resumption()
278 static int check_tmp_key(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_tmp_key()
285 SSL_TEST_CTX *test_ctx) in check_server_cert_type()
292 SSL_TEST_CTX *test_ctx) in check_server_sign_hash()
299 SSL_TEST_CTX *test_ctx) in check_server_sign_type()
306 SSL_TEST_CTX *test_ctx) in check_server_ca_names()
314 SSL_TEST_CTX *test_ctx) in check_client_cert_type()
321 SSL_TEST_CTX *test_ctx) in check_client_sign_hash()
328 SSL_TEST_CTX *test_ctx) in check_client_sign_type()
335 SSL_TEST_CTX *test_ctx) in check_client_ca_names()
342 static int check_cipher(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_cipher()
359 static int check_test(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_test()
396 SSL_TEST_CTX *test_ctx = NULL; in test_handshake()