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