Lines Matching refs:HANDSHAKE_RESULT
34 static int check_result(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
45 static int check_alerts(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
103 static int check_protocol(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
124 static int check_servername(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
135 static int check_session_ticket(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
149 static int check_session_id(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
162 static int check_compression(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
169 static int check_npn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
182 static int check_alpn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
194 static int check_session_ticket_app_data(HANDSHAKE_RESULT *result,
215 static int check_resumption(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
281 static int check_tmp_key(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
287 static int check_server_cert_type(HANDSHAKE_RESULT *result,
294 static int check_server_sign_hash(HANDSHAKE_RESULT *result,
301 static int check_server_sign_type(HANDSHAKE_RESULT *result,
308 static int check_server_ca_names(HANDSHAKE_RESULT *result,
316 static int check_client_cert_type(HANDSHAKE_RESULT *result,
323 static int check_client_sign_hash(HANDSHAKE_RESULT *result,
330 static int check_client_sign_type(HANDSHAKE_RESULT *result,
337 static int check_client_ca_names(HANDSHAKE_RESULT *result,
345 static int check_cipher(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
359 * HANDSHAKE_RESULT, and implementing comparison methods for
362 static int check_test(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
400 HANDSHAKE_RESULT *result = NULL;