Home
last modified time | relevance | path

Searched refs:certs (Results 1 – 16 of 16) sorted by relevance

/linux/arch/s390/boot/
H A Dipl_report.c20 static struct ipl_rb_certificates *certs; variable
41 for_each_rb_entry(cert, certs) in get_cert_comp_list_size()
54 for_each_rb_entry(cert, certs) { in ipl_report_certs_intersects()
78 for_each_rb_entry(cert, certs) { in copy_certificates_bootdata()
113 certs = NULL; in read_ipl_report()
122 certs = (struct ipl_rb_certificates *) rb_hdr; in read_ipl_report()
138 if (!comps || !certs) { in read_ipl_report()
139 certs = NULL; in read_ipl_report()
/linux/net/wireless/
H A DMakefile18 cfg80211-$(CONFIG_CFG80211_USE_KERNEL_REGDB_KEYS) += shipped-certs.o
20 cfg80211-y += extra-certs.o
23 $(obj)/shipped-certs.c: $(sort $(wildcard $(src)/certs/*.hex))
32 $(obj)/extra-certs.c: $(CONFIG_CFG80211_EXTRA_REGDB_KEYDIR) \
56 clean-files += shipped-certs.c extra-certs.c
H A D.gitignore2 shipped-certs.c
3 extra-certs.c
H A DKconfig97 keys in the certs/ directory.
106 (in net/wireless/certs/).
116 certificates like in the kernel sources (net/wireless/certs/)
/linux/crypto/asymmetric_keys/
H A Dpkcs7_verify.c166 for (x509 = pkcs7->certs; x509; x509 = x509->next, certix++) { in pkcs7_find_key()
203 for (p = pkcs7->certs; p; p = p->next) in pkcs7_verify_sig_chain()
251 for (p = pkcs7->certs; p; p = p->next) { in pkcs7_verify_sig_chain()
260 for (p = pkcs7->certs; p; p = p->next) { in pkcs7_verify_sig_chain()
H A Dpkcs7_parser.h19 struct x509_certificate *signer; /* Signing certificate (in msg->certs) */
53 struct x509_certificate *certs; /* Certificate list */ member
H A Dpkcs7_trust.c166 for (p = pkcs7->certs; p; p = p->next) in pkcs7_validate_trust()
/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c352 void *rep, *man, *certs; in sev_svsm_report_new() local
399 certs = man + man_len; in sev_svsm_report_new()
400 ac.certificates_buf.pa = __pa(certs); in sev_svsm_report_new()
471 memcpy(cbuf, certs, certs_len); in sev_svsm_report_new()
/linux/certs/
H A DMakefile43 ifeq ($(CONFIG_MODULE_SIG_KEY),certs/signing_key.pem)
/linux/
H A DKbuild84 obj-y += certs/
H A DMakefile1591 certs/signing_key.pem \
1592 certs/x509.genkey \
H A DMAINTAINERS5649 F: certs/
5652 F: tools/certs/
/linux/scripts/
H A DMakefile.modinst108 cmd_sign = $(objtree)/scripts/sign-file $(CONFIG_MODULE_SIG_HASH) "$(sig-key)" $(objtree)/certs/signing_key.x509 $@ \
/linux/include/linux/
H A Dpe.h366 struct data_dirent certs; /* certs */ member
534 * Definitions for the contents of the certs data block
/linux/Documentation/crypto/
H A Dasymmetric-keys.rst379 root_id=`keyctl add keyring root-certs "" @s`
/linux/crypto/
H A DKconfig1458 source "certs/Kconfig"