Lines Matching defs:pkcs7_parse_context
27 struct pkcs7_parse_context { struct
28 struct pkcs7_message *msg; /* Message being constructed */
29 struct pkcs7_signed_info *sinfo; /* SignedInfo being constructed */
30 struct pkcs7_signed_info **ppsinfo;
31 struct x509_certificate *certs; /* Certificate cache */
32 struct x509_certificate **ppcerts;
33 unsigned long data; /* Start of data */
34 enum OID last_oid; /* Last OID encountered */
35 unsigned x509_index;
36 unsigned sinfo_index;
37 const void *raw_serial;
38 unsigned raw_serial_size;
39 unsigned raw_issuer_size;
40 const void *raw_issuer;
41 const void *raw_skid;
42 unsigned raw_skid_size;
43 bool expect_skid;