Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c3764 int *usecb = (int *)arg; in allow_early_data_cb() local
3768 if (*usecb == 1) in allow_early_data_cb()
3783 static int test_early_data_replay_int(int idx, int usecb, int confopt) in test_early_data_replay_int() argument
3800 if (usecb > 0) { in test_early_data_replay_int()
3818 SSL_CTX_set_allow_early_data_cb(sctx, allow_early_data_cb, &usecb); in test_early_data_replay_int()
3852 if (usecb <= 1) { in test_early_data_replay_int()
3887 || !TEST_int_eq(SSL_session_reused(clientssl), (usecb > 0) ? 1 : 0) in test_early_data_replay_int()
3888 || !TEST_int_eq(allow_ed_cb_called, usecb > 0 ? 1 : 0)) in test_early_data_replay_int()
3907 int ret = 1, usecb, confopt; in test_early_data_replay() local
3909 for (usecb = 0; usecb < 3; usecb++) { in test_early_data_replay()
[all …]

Completed in 27 milliseconds