Searched refs:confctx (Results 1 – 1 of 1) sorted by relevance
3771 SSL_CONF_CTX *confctx = SSL_CONF_CTX_new(); in test_early_data_replay_int() local3773 if (!TEST_ptr(confctx)) in test_early_data_replay_int()3775 SSL_CONF_CTX_set_flags(confctx, SSL_CONF_FLAG_FILE in test_early_data_replay_int()3777 SSL_CONF_CTX_set_ssl_ctx(confctx, sctx); in test_early_data_replay_int()3778 if (!TEST_int_eq(SSL_CONF_cmd(confctx, "Options", "-AntiReplay"), in test_early_data_replay_int()3780 SSL_CONF_CTX_free(confctx); in test_early_data_replay_int()3783 SSL_CONF_CTX_free(confctx); in test_early_data_replay_int()