Searched defs:pkcs7_message (Results 1 – 1 of 1) sorted by relevance
52 struct pkcs7_message { struct53 struct x509_certificate *certs; /* Certificate list */54 struct x509_certificate *crl; /* Revocation list */55 struct pkcs7_signed_info *signed_infos;56 u8 version; /* Version of cert (1 -> PKCS#7 or CMS; 3 -> CMS) */57 bool have_authattrs; /* T if have authattrs */59 bool authattrs_rej_waivable; /* T if authatts rejection can be waived */63 enum OID data_type; /* Type of Data */64 size_t data_len; /* Length of Data */65 size_t data_hdrlen; /* Length of Data ASN.1 header */[all …]