certs 31 arch/s390/boot/ipl_report.c struct ipl_rb_certificates *certs, certs 45 arch/s390/boot/ipl_report.c for_each_rb_entry(cert, certs) certs 65 arch/s390/boot/ipl_report.c for_each_rb_entry(cert, certs) certs 85 arch/s390/boot/ipl_report.c static void copy_certificates_bootdata(struct ipl_rb_certificates *certs) certs 91 arch/s390/boot/ipl_report.c for_each_rb_entry(cert, certs) { certs 101 arch/s390/boot/ipl_report.c struct ipl_rb_certificates *certs; certs 128 arch/s390/boot/ipl_report.c certs = NULL; certs 137 arch/s390/boot/ipl_report.c certs = (struct ipl_rb_certificates *) rb_hdr; certs 153 arch/s390/boot/ipl_report.c if (!comps || !certs) certs 160 arch/s390/boot/ipl_report.c safe_addr = find_bootdata_space(comps, certs, safe_addr); certs 162 arch/s390/boot/ipl_report.c copy_certificates_bootdata(certs); certs 1778 arch/s390/kernel/ipl.c struct ipl_rb_certificates *certs; certs 1809 arch/s390/kernel/ipl.c certs = ptr; certs 1810 arch/s390/kernel/ipl.c certs->rbt = IPL_RBT_CERTIFICATES; certs 1811 arch/s390/kernel/ipl.c ptr += sizeof(*certs); certs 1816 arch/s390/kernel/ipl.c certs->len = ptr - (void *)certs; certs 27 crypto/asymmetric_keys/pkcs7_parser.c struct x509_certificate *certs; /* Certificate cache */ certs 63 crypto/asymmetric_keys/pkcs7_parser.c while (pkcs7->certs) { certs 64 crypto/asymmetric_keys/pkcs7_parser.c cert = pkcs7->certs; certs 65 crypto/asymmetric_keys/pkcs7_parser.c pkcs7->certs = cert->next; certs 136 crypto/asymmetric_keys/pkcs7_parser.c ctx->ppcerts = &ctx->certs; certs 156 crypto/asymmetric_keys/pkcs7_parser.c while (ctx->certs) { certs 157 crypto/asymmetric_keys/pkcs7_parser.c struct x509_certificate *cert = ctx->certs; certs 158 crypto/asymmetric_keys/pkcs7_parser.c ctx->certs = cert->next; certs 424 crypto/asymmetric_keys/pkcs7_parser.c *ctx->ppcerts = ctx->msg->certs; certs 425 crypto/asymmetric_keys/pkcs7_parser.c ctx->msg->certs = ctx->certs; certs 426 crypto/asymmetric_keys/pkcs7_parser.c ctx->certs = NULL; certs 427 crypto/asymmetric_keys/pkcs7_parser.c ctx->ppcerts = &ctx->certs; certs 54 crypto/asymmetric_keys/pkcs7_parser.h struct x509_certificate *certs; /* Certificate list */ certs 166 crypto/asymmetric_keys/pkcs7_trust.c for (p = pkcs7->certs; p; p = p->next) certs 167 crypto/asymmetric_keys/pkcs7_verify.c for (x509 = pkcs7->certs; x509; x509 = x509->next, certix++) { certs 210 crypto/asymmetric_keys/pkcs7_verify.c for (p = pkcs7->certs; p; p = p->next) certs 261 crypto/asymmetric_keys/pkcs7_verify.c for (p = pkcs7->certs; p; p = p->next) { certs 270 crypto/asymmetric_keys/pkcs7_verify.c for (p = pkcs7->certs; p; p = p->next) { certs 94 crypto/asymmetric_keys/verify_pefile.c (unsigned long)&ddir->certs - (unsigned long)pebuf; certs 95 crypto/asymmetric_keys/verify_pefile.c ctx->certs_size = ddir->certs.size; certs 97 crypto/asymmetric_keys/verify_pefile.c if (!ddir->certs.virtual_address || !ddir->certs.size) { certs 102 crypto/asymmetric_keys/verify_pefile.c chkaddr(ctx->header_size, ddir->certs.virtual_address, certs 103 crypto/asymmetric_keys/verify_pefile.c ddir->certs.size); certs 104 crypto/asymmetric_keys/verify_pefile.c ctx->sig_offset = ddir->certs.virtual_address; certs 105 crypto/asymmetric_keys/verify_pefile.c ctx->sig_len = ddir->certs.size; certs 259 include/linux/pe.h struct data_dirent certs; /* certs */