Lines Matching refs:HANDSHAKE_RESULT

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()
194 static int check_session_ticket_app_data(HANDSHAKE_RESULT *result, 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()
287 static int check_server_cert_type(HANDSHAKE_RESULT *result, in check_server_cert_type()
294 static int check_server_sign_hash(HANDSHAKE_RESULT *result, in check_server_sign_hash()
301 static int check_server_sign_type(HANDSHAKE_RESULT *result, in check_server_sign_type()
308 static int check_server_ca_names(HANDSHAKE_RESULT *result, in check_server_ca_names()
316 static int check_client_cert_type(HANDSHAKE_RESULT *result, in check_client_cert_type()
323 static int check_client_sign_hash(HANDSHAKE_RESULT *result, in check_client_sign_hash()
330 static int check_client_sign_type(HANDSHAKE_RESULT *result, in check_client_sign_type()
337 static int check_client_ca_names(HANDSHAKE_RESULT *result, 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()
400 HANDSHAKE_RESULT *result = NULL; in test_handshake()