Lines Matching defs:x509
162 struct x509_certificate *x509;
167 for (x509 = pkcs7->certs; x509; x509 = x509->next, certix++) {
173 if (!asymmetric_key_id_same(x509->id, sinfo->sig->auth_ids[0]))
178 sinfo->signer = x509;
198 struct x509_certificate *x509 = sinfo->signer, *p;
209 x509->subject,
210 x509->raw_serial_size, x509->raw_serial);
211 x509->seen = true;
213 if (x509->blacklisted) {
218 for (p = sinfo->signer; p != x509; p = p->signer)
224 if (x509->unsupported_key)
227 pr_debug("- issuer %s\n", x509->issuer);
228 sig = x509->sig;
236 if (x509->self_signed) {
242 if (x509->unsupported_sig)
244 x509->signer = x509;
285 sinfo->index, x509->index, p->index);
295 ret = public_key_verify_signature(p->pub, x509->sig);
298 x509->signer = p;
299 if (x509 == p) {
303 x509 = p;