Lines Matching defs:test_fixture
18 typedef struct test_fixture { struct19 const char *test_case_name;20 OSSL_CMP_CTX *cmp_ctx;22 OSSL_CMP_MSG *msg;23 OSSL_CMP_PKISI *si; /* for error and response messages */24 EVP_PKEY *pubkey;25 unsigned char *mem;26 int memlen;27 X509 *cert;30 int with_ss;31 int callback_arg;32 int expected;