Searched refs:cert_cb_cnt (Results 1 – 1 of 1) sorted by relevance
8811 static int cert_cb_cnt; variable8823 if (cert_cb_cnt == 0) { in cert_cb()8825 cert_cb_cnt++; in cert_cb()8827 } else if (cert_cb_cnt == 1) { in cert_cb()8840 cert_cb_cnt++; in cert_cb()8842 } else if (cert_cb_cnt == 3) { in cert_cb()8932 cert_cb_cnt = -1; in test_cert_cb_int()8934 cert_cb_cnt = 3; in test_cert_cb_int()8936 cert_cb_cnt = 0; in test_cert_cb_int()8971 && !TEST_int_eq((cert_cb_cnt - 2) * (cert_cb_cnt - 3), 0))) { in test_cert_cb_int()
Completed in 28 milliseconds