summaryrefslogtreecommitdiff
path: root/pkcs11/gkm/tests/test.asn.h
blob: 9a6381e71b9a9b949cc65bc9f06cbb92f477fe97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#if HAVE_CONFIG_H
# include "config.h"
#endif

/* #include <libtasn1.h> */

const ASN1_ARRAY_TYPE test_asn1_tab[] = {
  { "TEST", 536872976, NULL },
  { NULL, 1073741836, NULL },
  { "TestIntegers", 1610612741, NULL },
  { "mpi", 3, NULL },
  { "TestData", 536870917, NULL },
  { "data", 1073741831, NULL },
  { "boolean", 536903684, NULL },
  { NULL, 131081, NULL },
  { NULL, 0, NULL }
};