Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dsslapitest.c3704 * confopt == 0: Configure anti-replay directly
3705 * confopt == 1: Configure anti-replay using SSL_CONF
3707 static int test_early_data_replay_int(int idx, int usecb, int confopt) in test_early_data_replay_int() argument
3724 if (confopt == 0) { in test_early_data_replay_int()
3826 int ret = 1, usecb, confopt; in test_early_data_replay() local
3829 for (confopt = 0; confopt < 2; confopt++) in test_early_data_replay()
3830 ret &= test_early_data_replay_int(idx, usecb, confopt); in test_early_data_replay()

Completed in 13 milliseconds