Searched full:pem (Results 1 – 23 of 23) sorted by relevance
/Linux-v5.10/Documentation/hwmon/ |
D | lineage-pem.rst | 1 Kernel driver lineage-pem 8 Prefix: 'lineage-pem' 38 Example: the following will load the driver for a Lineage PEM at address 0x40 41 $ modprobe lineage-pem 42 $ echo lineage-pem 0x40 > /sys/bus/i2c/devices/i2c-1/new_device
|
D | index.rst | 85 lineage-pem
|
/Linux-v5.10/Documentation/admin-guide/ |
D | module-signing.rst | 100 ``certs/signing_key.pem`` will disable the autogeneration of signing keys 103 and its corresponding X.509 certificate in PEM form, or — on systems where 108 If the PEM file containing the private key is encrypted, or if the 116 This option can be set to the filename of a PEM-encoded file containing 139 certs/signing_key.pem 170 -config x509.genkey -outform PEM -out kernel_key.pem \ 171 -keyout kernel_key.pem 173 The full pathname for the resulting kernel_key.pem file can then be specified 192 trusted certificates can be provided in a PEM-encoded file referenced by the
|
/Linux-v5.10/certs/ |
D | Kconfig | 6 default "certs/signing_key.pem" 9 Provide the file name of a private key/certificate in PEM format, 14 If this option is unchanged from its default "certs/signing_key.pem", 35 If set, this option should be the filename of a PEM-formatted file
|
D | Makefile | 53 ifeq ($(CONFIG_MODULE_SIG_KEY),"certs/signing_key.pem") 54 $(obj)/signing_key.pem: $(obj)/x509.genkey 65 -outform PEM -out $(obj)/signing_key.pem \ 66 -keyout $(obj)/signing_key.pem \
|
/Linux-v5.10/drivers/pci/controller/ |
D | pci-thunder-pem.c | 139 * The first device on the bus is the PEM PCIe bridge. in thunder_pem_config_read() 287 * The first device on the bus is the PEM PCIe bridge. in thunder_pem_config_write() 312 * The MSI-X BAR for the PEM and AER interrupts is located at in thunder_pem_init() 313 * a fixed offset from the PEM register base. Generate a in thunder_pem_init() 341 regionid = kasprintf(GFP_KERNEL, "PEM RC:%d", seg); in thunder_pem_reserve_range() 387 * FW where we need to calculate PEM-specific resources manually. in thunder_pem_acpi_init() 392 * Reserve 64K size PEM specific resources. The full 16M range in thunder_pem_acpi_init() 430 * The second register range is the PEM bridge to the PCIe in thunder_pem_platform_init() 455 .compatible = "cavium,pci-host-thunder-pem",
|
D | Makefile | 52 obj-$(CONFIG_ARM64) += pci-thunder-pem.o
|
/Linux-v5.10/Documentation/devicetree/bindings/pci/ |
D | host-generic-pci.yaml | 57 Cavium ThunderX PEM firmware-initialized PCIe host controller 58 const: cavium,pci-host-thunder-pem 132 - cavium,pci-host-thunder-pem
|
/Linux-v5.10/scripts/ |
D | extract-cert.c | 1 /* Extract X.509 certificate in DER form from PKCS#11 or PEM. 22 #include <openssl/pem.h>
|
D | sign-file.c | 28 #include <openssl/pem.h> 200 /* Assume PEM encoded X.509 */ in read_x509()
|
/Linux-v5.10/drivers/crypto/cavium/nitrox/ |
D | nitrox_csr.h | 202 /* PEM registers */ 836 * @pem: Set when any PEM(0)_INT RO bit is set or when any non-RO 837 * PEM(0)_INT and corresponding PEM(0)_INT_ENA_W1C bit are both set 862 u64 pem : 1; member 876 u64 pem : 1;
|
D | nitrox_isr.c | 125 dev_err_ratelimited(DEV(ndev), "PEM(0)_INT 0x%016llx\n", value); in clear_pem_err_intr() 239 if (core_int.s.pem) in nps_core_int_isr()
|
/Linux-v5.10/ |
D | .gitignore | 134 signing_key.pem
|
D | Makefile | 1480 signing_key.pem signing_key.priv signing_key.x509 \
|
/Linux-v5.10/Documentation/security/ |
D | digsig.rst | 83 Keys can be in PEM or converted to the kernel format.
|
/Linux-v5.10/drivers/net/ethernet/cavium/liquidio/ |
D | cn23xx_pf_regs.h | 515 /** PEM(0..3)_BAR1_INDEX(0..15)address is defined as 517 * Here, port is PEM(0..3) & idx is INDEX(0..15)
|
D | cn23xx_pf_device.c | 1060 /* The PEM(0..3)_BAR1_INDEX(0..15)[ADDR_IDX]<23:4> stores in cn23xx_bar1_idx_setup()
|
/Linux-v5.10/drivers/hwmon/ |
D | Makefile | 98 obj-$(CONFIG_SENSORS_LINEAGE) += lineage-pem.o
|
D | lineage-pem.c | 521 MODULE_DESCRIPTION("Lineage CPL PEM hardware monitoring driver");
|
D | Kconfig | 800 will be called lineage-pem.
|
/Linux-v5.10/include/sound/ |
D | ak4114.h | 112 #define AK4117_MPE (1<<2) /* mask enable for PEM bit */
|
/Linux-v5.10/scripts/kconfig/ |
D | streamline_config.pl | 633 my $default_cert = "certs/signing_key.pem";
|
/Linux-v5.10/drivers/net/ethernet/sun/ |
D | niu.h | 2968 #define NIU_QGC_PEM_MDL_STR "SUNW,pcie-qgc-pem" 2969 #define NIU_2XGF_PEM_MDL_STR "SUNW,pcie-2xgf-pem"
|