Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/test/helpers/
HDssl_test_ctx.h61 SSL_TEST_SESSION_ID_IGNORE = 0, /* Default */ enumerator
HDssl_test_ctx.c303 {"Ignore", SSL_TEST_SESSION_ID_IGNORE},
/freebsd-14-stable/crypto/openssl/test/
HDssl_test_ctx_test.c176 fixture->expected_ctx->session_id_expected = SSL_TEST_SESSION_ID_IGNORE; in test_good_configuration()
HDssl_test.c151 if (test_ctx->session_id_expected == SSL_TEST_SESSION_ID_IGNORE) in check_session_id()