Home
last modified time | relevance | path

Searched defs:pkcs7_signed_info (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/crypto/asymmetric_keys/
Dpkcs7_parser.h17 struct pkcs7_signed_info { struct
18 struct pkcs7_signed_info *next; argument
19 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 …]