xref: /linux-4.4.14/certs/system_certificates.S
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#include <linux/export.h>
2#include <linux/init.h>
3
4	__INITRODATA
5
6	.align 8
7	.globl VMLINUX_SYMBOL(system_certificate_list)
8VMLINUX_SYMBOL(system_certificate_list):
9__cert_list_start:
10#ifdef CONFIG_MODULE_SIG
11	.incbin "certs/signing_key.x509"
12#endif
13	.incbin "certs/x509_certificate_list"
14__cert_list_end:
15
16	.align 8
17	.globl VMLINUX_SYMBOL(system_certificate_list_size)
18VMLINUX_SYMBOL(system_certificate_list_size):
19#ifdef CONFIG_64BIT
20	.quad __cert_list_end - __cert_list_start
21#else
22	.long __cert_list_end - __cert_list_start
23#endif
24

served by {OpenGrok

Last Index Update: Mon Aug 18 23:48:56 JST 2025