Home
last modified time | relevance | path

Searched refs:have_authattrs (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/crypto/asymmetric_keys/
Dpkcs7_parser.h62 bool have_authattrs; /* T if have authattrs */ member
Dpkcs7_verify.c391 if (pkcs7->have_authattrs) { in pkcs7_verify()
401 if (!pkcs7->have_authattrs) { in pkcs7_verify()
Dpkcs7_parser.c101 msg->have_authattrs = true; in pkcs7_check_authattrs()