Searched refs:client_turn (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dhandshake_helper.c1432 int client_turn = 1, client_turn_count = 0, client_wait_count = 0; local
1560 if (client_turn) {
1587 client_turn = 1;
1613 if ((client_turn && server.status == PEER_RETRY)
1614 || (!client_turn && client.status == PEER_RETRY))
1615 client_turn ^= 1;
1626 if (client_turn && server.status == PEER_SUCCESS) {
1637 client_turn ^= 1;
/netbsd-current/crypto/external/bsd/openssl/dist/test/helpers/
H A Dhandshake.c1404 int client_turn = 1, client_turn_count = 0, client_wait_count = 0; local
1533 if (client_turn) {
1560 client_turn = 1;
1586 if ((client_turn && server.status == PEER_RETRY)
1587 || (!client_turn && client.status == PEER_RETRY))
1588 client_turn ^= 1;
1599 if (client_turn && server.status == PEER_SUCCESS) {
1610 client_turn ^= 1;

Completed in 144 milliseconds