Searched refs:usecb (Results 1 – 1 of 1) sorted by relevance
3731 int *usecb = (int *)arg; in allow_early_data_cb() local3735 if (*usecb == 1) in allow_early_data_cb()3750 static int test_early_data_replay_int(int idx, int usecb, int confopt) in test_early_data_replay_int() argument3767 if (usecb > 0) { in test_early_data_replay_int()3785 SSL_CTX_set_allow_early_data_cb(sctx, allow_early_data_cb, &usecb); in test_early_data_replay_int()3819 if (usecb <= 1) { in test_early_data_replay_int()3854 || !TEST_int_eq(SSL_session_reused(clientssl), (usecb > 0) ? 1 : 0) in test_early_data_replay_int()3855 || !TEST_int_eq(allow_ed_cb_called, usecb > 0 ? 1 : 0)) in test_early_data_replay_int()3874 int ret = 1, usecb, confopt; in test_early_data_replay() local3876 for (usecb = 0; usecb < 3; usecb++) { in test_early_data_replay()[all …]