Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dquicapitest.c907 int abortctr = 0, err, clienterr = 0, servererr = 0, retc = 0, rets = 0; in test_bio_ssl() local
962 if (++abortctr == MAXLOOPS) { in test_bio_ssl()
1495 int abortctr; in unreliable_client_read() local
1498 for (abortctr = 0; abortctr < MAX_LOOPS; abortctr++) { in unreliable_client_read()
1524 int abortctr; in unreliable_server_read() local
1527 for (abortctr = 0; abortctr < MAX_LOOPS; abortctr++) { in unreliable_server_read()
/src/crypto/openssl/test/helpers/
H A Dssltestlib.c1264 int retc = -1, rets = -1, err, abortctr = 0, ret = 0; in create_bare_ssl_connection_ex() local
1363 if (++abortctr == MAXLOOPS) { in create_bare_ssl_connection_ex()
1367 if (isdtls && abortctr <= 50 && (abortctr % 10) == 0) { in create_bare_ssl_connection_ex()
H A Dquictestlib.c519 int retc = -1, rets = 0, abortctr = 0, ret = 0; in qtest_create_quic_connection_ex() local
622 if (clientssl != NULL && ++abortctr == MAXLOOPS) { in qtest_create_quic_connection_ex()