Searched refs:session_id_expected (Results 1 – 4 of 4) sorted by relevance
104 || !TEST_int_eq(ctx->session_id_expected, in testctx_eq()105 ctx2->session_id_expected)) in testctx_eq()176 fixture->expected_ctx->session_id_expected = SSL_TEST_SESSION_ID_IGNORE; in test_good_configuration()
151 if (test_ctx->session_id_expected == SSL_TEST_SESSION_ID_IGNORE) in check_session_id()153 if (!TEST_int_eq(result->session_id, test_ctx->session_id_expected)) { in check_session_id()155 ssl_session_id_name(test_ctx->session_id_expected), in check_session_id()
228 ssl_session_id_t session_id_expected; member
315 test_ctx->session_id_expected = ret_value; in parse_session_id()
Completed in 11 milliseconds