/linux/tools/certs/ |
H A D | print-cert-tbs-hash.sh | 15 # ./print-cert-tbs-hash.sh certificate-to-invalidate.pem > hash0.txt 16 # openssl smime -sign -in hash0.txt -inkey builtin-private-key.pem \ 17 # -signer builtin-certificate.pem -certfile certificate-chain.pem \ 33 # Checks that it is indeed a certificate (PEM or DER encoded) and exclude the 34 # optional PEM text header. 35 if ! PEM="$(openssl x509 -inform DER -in "${CERT}" 2>/dev/null || openssl x509 -in "${CERT}")"; then 56 RANGE_AND_DIGEST=($(echo "${PEM}" | \ 87 echo "${PEM}" | \
|
/linux/Documentation/hwmon/ |
H A 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
|
H A D | index.rst | 112 lineage-pem
|
/linux/tools/testing/selftests/bpf/ |
H A D | verify_sig_setup.sh | 43 -outform PEM -out ${tmp_dir}/signing_key.pem \ 44 -keyout ${tmp_dir}/signing_key.pem 2>&1 46 openssl x509 -in ${tmp_dir}/signing_key.pem -out \ 69 fsverity sign --key ${tmp_dir}/signing_key.pem $data_file $sig_file
|
/linux/certs/ |
H A D | Makefile | 43 ifeq ($(CONFIG_MODULE_SIG_KEY),certs/signing_key.pem) 50 -outform PEM -out $@ -keyout $@ $(keytype-y) 2>&1 52 $(obj)/signing_key.pem: $(obj)/x509.genkey FORCE 55 targets += signing_key.pem
|
H A D | extract-cert.c | 1 /* Extract X.509 certificate in DER form from PKCS#11 or PEM. 22 #include <openssl/pem.h>
|
/linux/drivers/pci/controller/ |
H A D | pci-thunder-pem.c | 148 * The first device on the bus is the PEM PCIe bridge. in thunder_pem_config_read() 296 * The first device on the bus is the PEM PCIe bridge. in thunder_pem_config_write() 321 * The MSI-X BAR for the PEM and AER interrupts is located at in thunder_pem_init() 322 * a fixed offset from the PEM register base. Generate a in thunder_pem_init() 350 regionid = kasprintf(GFP_KERNEL, "PEM RC:%d", seg); in thunder_pem_reserve_range() 396 * FW where we need to calculate PEM-specific resources manually. in thunder_pem_acpi_init() 401 * Reserve 64K size PEM specific resources. The full 16M range in thunder_pem_acpi_init() 439 * The second register range is the PEM bridge to the PCIe in thunder_pem_platform_init() 464 .compatible = "cavium,pci-host-thunder-pem",
|
H A D | Makefile | 16 obj-$(CONFIG_PCI_HOST_THUNDER_PEM) += pci-thunder-pem.o 62 obj-$(CONFIG_ARM64) += pci-thunder-pem.o
|
/linux/Documentation/misc-devices/ |
H A D | mrvl_cn10k_dpi.rst | 21 /dev/mrvl-cn10k-dpi node to set DMA engine and PEM (PCIe interface) port 38 a pem port to which DMA engines are wired.
|
/linux/Documentation/devicetree/bindings/pci/ |
H A D | host-generic-pci.yaml | 57 Cavium ThunderX PEM firmware-initialized PCIe host controller 58 const: cavium,pci-host-thunder-pem 139 - cavium,pci-host-thunder-pem
|
/linux/drivers/perf/ |
H A D | marvell_pem_pmu.c | 3 * Marvell PEM(PCIe RC) Performance Monitor Driver 390 .name = "pem-pmu", 403 "perf/marvell/pem:online", NULL, in pem_pmu_init() 423 MODULE_DESCRIPTION("Marvell PEM Perf driver");
|
H A D | Kconfig | 299 tristate "MARVELL PEM PMU Support"
|
/linux/Documentation/admin-guide/perf/ |
H A D | mrvl-pem-pmu.rst | 2 Marvell Odyssey PEM Performance Monitoring Unit (PMU UNCORE) 5 The PCI Express Interface Units(PEM) are associated with a corresponding
|
H A D | index.rst | 31 mrvl-pem-pmu
|
/linux/tools/testing/selftests/sgx/ |
H A D | sign_key.S | 10 .incbin "sign_key.pem"
|
H A D | sigstruct.c | 16 #include <openssl/pem.h>
|
/linux/drivers/crypto/cavium/nitrox/ |
H A 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;
|
H A D | nitrox_isr.c | 126 dev_err_ratelimited(DEV(ndev), "PEM(0)_INT 0x%016llx\n", value); in clear_pem_err_intr() 240 if (core_int.s.pem) in nps_core_int_isr()
|
/linux/ |
H A D | .gitignore | 159 signing_key.pem
|
/linux/Documentation/security/ |
H A D | digsig.rst | 83 Keys can be in PEM or converted to the kernel format.
|
/linux/scripts/ |
H A D | sign-file.c | 28 #include <openssl/pem.h> 211 /* Assume PEM encoded X.509 */ in read_x509()
|
/linux/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_regs_cnxk_pf.h | 400 #define CNXK_PEMX_PFX_CSX_PFCFGX(pem, pf, offset) ({ typeof(offset) _off = (offset); \ argument 402 (uint64_t)(pem) << 36 \
|
H A D | octep_config.h | 154 /* Starting IOQ number: this changes based on which PEM is used */
|
/linux/drivers/net/ethernet/cavium/liquidio/ |
H A 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)
|
/linux/drivers/virt/coco/tdx-guest/ |
H A D | tdx-guest.c | 315 * TODO: parse the PEM-formatted cert chain out of the quote buffer when in tdx_report_new_locked()
|