test_parse
return test_parse(&te);
int test_parse(Test_env *);
rv = test_parse(&te);
test_parse(&te);
static const struct test_parse decap_parse = {
static const struct test_parse nist_decap_parse = {
static const struct test_parse encap_parse = {
static const struct test_parse keygen_parse = {
static const struct test_parse nist_keygen_parse = {
const struct test_parse *tctx;
const struct test_parse *tctx = p->tctx;
const struct test_parse *tctx = p->tctx;
parse_init(struct parse *p, const char *fn, const struct test_parse *tctx,
const struct test_parse *tctx = p->tctx;
parse_test_file(const char *fn, const struct test_parse *tctx, void *ctx)
int parse_test_file(const char *fn, const struct test_parse *lctx, void *ctx);
void test_parse(void);
void test_parse(void);
test_parse();