OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CT_TEST_FIXTURE
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
ct_test.c
31
typedef struct
ct_test_fixture
{
struct
58
}
CT_TEST_FIXTURE
;
60
static
CT_TEST_FIXTURE
*set_up(const char *const test_case_name)
62
CT_TEST_FIXTURE
*fixture = NULL;
82
static void tear_down(
CT_TEST_FIXTURE
*fixture)
183
static int assert_validity(
CT_TEST_FIXTURE
*fixture, STACK_OF(SCT) *scts,
223
static int execute_cert_test(
CT_TEST_FIXTURE
*fixture)
331
#define SETUP_CT_TEST_FIXTURE() SETUP_TEST_FIXTURE(
CT_TEST_FIXTURE
, set_up)
/src/crypto/external/bsd/openssl/dist/test/
ct_test.c
31
typedef struct
ct_test_fixture
{
struct
58
}
CT_TEST_FIXTURE
;
60
static
CT_TEST_FIXTURE
*set_up(const char *const test_case_name)
62
CT_TEST_FIXTURE
*fixture = NULL;
82
static void tear_down(
CT_TEST_FIXTURE
*fixture)
183
static int assert_validity(
CT_TEST_FIXTURE
*fixture, STACK_OF(SCT) *scts,
224
static int execute_cert_test(
CT_TEST_FIXTURE
*fixture)
333
# define SETUP_CT_TEST_FIXTURE() SETUP_TEST_FIXTURE(
CT_TEST_FIXTURE
, set_up)
/src/crypto/external/bsd/openssl.old/dist/test/
ct_test.c
30
typedef struct
ct_test_fixture
{
struct
57
}
CT_TEST_FIXTURE
;
59
static
CT_TEST_FIXTURE
*set_up(const char *const test_case_name)
61
CT_TEST_FIXTURE
*fixture = NULL;
81
static void tear_down(
CT_TEST_FIXTURE
*fixture)
178
static int assert_validity(
CT_TEST_FIXTURE
*fixture, STACK_OF(SCT) *scts,
219
static int execute_cert_test(
CT_TEST_FIXTURE
*fixture)
328
# define SETUP_CT_TEST_FIXTURE() SETUP_TEST_FIXTURE(
CT_TEST_FIXTURE
, set_up)
Completed in 24 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026