Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/asymmetric_keys/
Dpkcs7_parser.h21 struct pkcs7_signed_info { struct
22 struct pkcs7_signed_info *next; argument
23 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 …]