Searched defs:pkcs7_signed_info (Results 1 – 1 of 1) sorted by relevance
17 struct pkcs7_signed_info { struct18 struct pkcs7_signed_info *next; argument19 struct x509_certificate *signer; /* Signing certificate (in msg->certs) */20 unsigned index;21 bool unsupported_crypto; /* T if not usable due to missing crypto */22 bool blacklisted;25 const void *msgdigest;26 unsigned msgdigest_len;29 unsigned authattrs_len;30 const void *authattrs;[all …]