Searched refs:issuer (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/common_modules/code_sign/ |
H A D | code_sign_ioctl.c | 22 struct cert_source *matched_cert_search(struct rb_root *root, const char *subject, const char *issuer) in matched_cert_search() argument 35 result = strcmp(issuer, cur_cert->issuer); in matched_cert_search() 50 struct cert_source *cert_chain_search(struct rb_root *root, const char *subject, const char *issuer, bool has_locked) in cert_chain_search() argument 53 return matched_cert_search(root, subject, issuer); in cert_chain_search() 56 struct cert_source *matched_cert = matched_cert_search(root, subject, issuer); in cert_chain_search() 62 struct cert_source *find_match(const char *subject, const char *issuer, bool is_dev) in find_match() argument 65 return cert_chain_search(&dev_cert_chain_tree, subject, issuer, false); in find_match() 67 return cert_chain_search(&cert_chain_tree, subject, issuer, false); in find_match() 118 result = strcmp(cert->issuer, thi in cert_chain_insert() [all...] |
H A D | verify_cert_chain.c | 24 * uses the issuer's name and the issuing certificate serial number for 25 * matching purposes. These must match the certificate issuer's name (not 113 struct cert_source *source = find_match(signer->subject, signer->issuer, is_debug); in find_matched_source() 116 source = find_match("ALL", signer->issuer, is_debug); in find_matched_source() 188 char *issuer = signer->issuer; in code_sign_verify_certchain() local 191 // if issuer cert is found in code_sign_verify_certchain() 192 if (cert->subject && (strcmp(cert->subject, issuer) == 0)) { in code_sign_verify_certchain() 194 if (strcmp(cert->subject, cert->issuer) == 0) { in code_sign_verify_certchain() 198 // search again for current issuer' in code_sign_verify_certchain() [all...] |
H A D | code_sign_ioctl.h | 25 char *issuer; member 42 struct cert_source *find_match(const char *subject, const char *issuer, bool is_dev);
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | x509_parser.h | 17 char *issuer; /* Name of certificate issuer */ member 30 const void *raw_issuer; /* Raw issuer name in ASN.1 */
|
H A D | x509_public_key.c | 173 pr_devel("Cert Issuer: %s\n", cert->issuer); in x509_key_preparse()
|
H A D | x509_cert_parser.c | 51 kfree(cert->issuer); in x509_free_certificate() 123 /* Generate cert issuer + serial number key ID */ in x509_cert_parse() 362 * Fabricate and save the issuer and subject names 446 return x509_fabricate_name(ctx, hdrlen, tag, &ctx->cert->issuer, vlen); in x509_note_issuer()
|
H A D | pkcs7_verify.c | 155 * uses the issuer's name and the issuing certificate serial number for 156 * matching purposes. These must match the certificate issuer's name (not 227 pr_debug("- issuer %s\n", x509->issuer); in pkcs7_verify_sig_chain() 279 /* We matched issuer + serialNumber, but if there's an in pkcs7_verify_sig_chain()
|
/kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
H A D | x509_parser.h | 17 char *issuer; /* Name of certificate issuer */ member 30 const void *raw_issuer; /* Raw issuer name in ASN.1 */
|
H A D | x509_cert_parser.c | 49 kfree(cert->issuer); in x509_free_certificate() 121 /* Generate cert issuer + serial number key ID */ in x509_cert_parse() 364 * Fabricate and save the issuer and subject names 458 return x509_fabricate_name(ctx, hdrlen, tag, &ctx->cert->issuer, vlen); in x509_note_issuer()
|
H A D | x509_public_key.c | 175 pr_devel("Cert Issuer: %s\n", cert->issuer); in x509_key_preparse()
|
H A D | pkcs7_verify.c | 154 * uses the issuer's name and the issuing certificate serial number for 155 * matching purposes. These must match the certificate issuer's name (not 223 pr_debug("- issuer %s\n", x509->issuer); in pkcs7_verify_sig_chain() 275 /* We matched issuer + serialNumber, but if there's an in pkcs7_verify_sig_chain()
|
Completed in 6 milliseconds