Home
last modified time | relevance | path

Searched refs:client_io (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dssl_old_test.c2217 BIO *server = NULL, *server_io = NULL, *client = NULL, *client_io = NULL; in doit_biopair() local
2226 if (!BIO_new_bio_pair(&client, bufsiz, &client_io, bufsiz)) in doit_biopair()
2434 BIO *io1 = server_io, *io2 = client_io; in doit_biopair()
2476 … printf((io1 == client_io) ? "C->S relaying: %d bytes\n" : "S->C relaying: %d bytes\n", (int)num); in doit_biopair()
2523 … printf((io2 == client_io) ? "C->S relaying: %d bytes\n" : "S->C relaying: %d bytes\n", (int)num); in doit_biopair()
2568 BIO_free(client_io); in doit_biopair()