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

/freebsd-11-stable/crypto/openssl/crypto/threads/
H A Dmttest.c346 #define C_DONE 1 macro
491 if (do_client && !(done & C_DONE)) {
533 done |= C_DONE;
597 if ((done & S_DONE) && (done & C_DONE))
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssltest.c2327 #define C_DONE 1 macro
2428 if (do_client && !(done & C_DONE)) {
2487 done = S_DONE | C_DONE;
2563 if ((done & S_DONE) && (done & C_DONE))

Completed in 60 milliseconds