Lines Matching defs:signer
57 sinfo->signer = cert;
110 static struct cert_source *find_matched_source(const struct x509_certificate *signer, bool is_debug)
113 struct cert_source *source = find_match(signer->subject, signer->issuer, is_debug);
116 source = find_match("ALL", signer->issuer, is_debug);
118 code_sign_log_error("signer certificate's type not trusted");
167 const struct x509_certificate *signer = sinfo->signer;
168 if (!signer) {
169 code_sign_log_error("signer cert not found in pkcs7");
174 struct cert_source *source = find_matched_source(signer, false);
178 source = find_matched_source(signer, true);
188 char *issuer = signer->issuer;