Lines Matching full:description

40 	const char *description;  member
48 .description = "unusual wildcard cert, no CA given to client",
66 .description = "unusual wildcard cert, CA given to client",
83 .description = "common wildcard cert, no CA given to client",
101 .description = "common wildcard cert, CA given to client",
118 .description = "server sends all chain certificates",
181 connect_peers(SSL *client_ssl, SSL *server_ssl, const char *description) in connect_peers() argument
188 description); in connect_peers()
193 description); in connect_peers()
198 description); in connect_peers()
203 description); in connect_peers()
227 const char *description) in push_data_to_peer() argument
249 fprintf(stderr, "%s: %s failed\n", description, func_name); in push_data_to_peer()
264 handshake(SSL *client_ssl, SSL *server_ssl, const char *description) in handshake() argument
270 "SSL_connect", description)) in handshake()
274 "SSL_accept", description)) in handshake()
287 shutdown_peers(SSL *client_ssl, SSL *server_ssl, const char *description) in shutdown_peers() argument
293 "client shutdown", description)) in shutdown_peers()
297 "server shutdown", description)) in shutdown_peers()
324 test->description); in test_ssl_wildcards()
329 test->description); in test_ssl_wildcards()
333 if (!connect_peers(client_ssl, server_ssl, test->description)) in test_ssl_wildcards()
336 if (!handshake(client_ssl, server_ssl, test->description)) in test_ssl_wildcards()
343 fprintf(stderr, "%s: ok\n", test->description); in test_ssl_wildcards()
346 test->description, test->verify_result, verify_result); in test_ssl_wildcards()
348 if (!shutdown_peers(client_ssl, server_ssl, test->description)) in test_ssl_wildcards()