Home
last modified time | relevance | path

Searched refs:unsupported_crypto (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/crypto/asymmetric_keys/
Dx509_public_key.c138 if (cert->unsupported_crypto) in x509_get_sig_params()
154 cert->unsupported_crypto = true; in x509_get_sig_params()
206 cert->unsupported_crypto = true; in x509_check_signature()
Dpkcs7_parser.h26 bool unsupported_crypto; /* T if not usable due to missing crypto */ member
Dx509_parser.h44 bool unsupported_crypto; /* T if can't be verified due to missing crypto */ member
Dpkcs7_trust.c38 if (sinfo->unsupported_crypto) { in pkcs7_validate_trust_one()
Dpkcs7_verify.c347 sinfo->unsupported_crypto = true; in pkcs7_verify()