Searched defs:pkcs7_parse_context (Results 1 – 2 of 2) sorted by relevance
27 struct pkcs7_parse_context { struct28 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;[all …]
23 struct pkcs7_parse_context { struct24 struct pkcs7_message *msg; /* Message being constructed */25 struct pkcs7_signed_info *sinfo; /* SignedInfo being constructed */26 struct pkcs7_signed_info **ppsinfo;27 struct x509_certificate *certs; /* Certificate cache */28 struct x509_certificate **ppcerts;29 unsigned long data; /* Start of data */30 enum OID last_oid; /* Last OID encountered */31 unsigned x509_index;32 unsigned sinfo_index;[all …]