Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c2612 int *usecb = (int *)arg; in allow_early_data_cb() local
2616 if (*usecb == 1) in allow_early_data_cb()
2631 static int test_early_data_replay_int(int idx, int usecb, int confopt) in test_early_data_replay_int() argument
2647 if (usecb > 0) { in test_early_data_replay_int()
2665 SSL_CTX_set_allow_early_data_cb(sctx, allow_early_data_cb, &usecb); in test_early_data_replay_int()
2697 if (usecb <= 1) { in test_early_data_replay_int()
2729 || !TEST_int_eq(SSL_session_reused(clientssl), (usecb > 0) ? 1 : 0) in test_early_data_replay_int()
2730 || !TEST_int_eq(allow_ed_cb_called, usecb > 0 ? 1 : 0)) in test_early_data_replay_int()
2749 int ret = 1, usecb, confopt; in test_early_data_replay() local
2751 for (usecb = 0; usecb < 3; usecb++) { in test_early_data_replay()
[all …]