Searched refs:padd (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/Documentation/crypto/ |
H A D | asymmetric-keys.rst | 380 keyctl padd asymmetric "" $root_id < root1.cert 381 keyctl padd asymmetric "" $root_id < root2.cert 389 keyctl padd asymmetric "" $chain_id < intermediateA.cert 390 keyctl padd asymmetric "" $chain_id < intermediateB.cert 391 keyctl padd asymmetric "" $chain_id < end-entity.cert 402 keyctl padd asymmetric "" $chain2_id < root1.cert 410 keyctl padd asymmetric "" $chain2_id < intermediateA.cert 411 keyctl padd asymmetric "" $chain2_id < intermediateB.cert 412 keyctl padd asymmetric "" $chain2_id < end-entity.cert
|
/openbmc/openbmc/meta-security/meta-integrity/recipes-core/initrdscripts/initramfs-framework-ima/ |
H A D | ima | 47 keyctl padd asymmetric "" $id <$key
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | verify_sig_setup.sh | 49 key_id=$(cat ${tmp_dir}/signing_key.der | keyctl padd asymmetric ebpf_testing_key @s)
|
/openbmc/qemu/hw/net/fsl_etsec/ |
H A D | rings.c | 389 uint8_t padd[MAX_RX_PADDING]; in fill_rx_bd() local 437 memset(padd, 0x0, rem); in fill_rx_bd() 441 cpu_physical_memory_write(bufptr, padd, rem); in fill_rx_bd()
|
/openbmc/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | nic_main.c | 476 u32 padd, cpi_count = 0; in nic_config_cpi() local 517 padd = cpi % cpi_count; in nic_config_cpi() 519 padd = cpi % 8; /* 3 bits CS out of 6bits DSCP */ in nic_config_cpi() 524 (vnic << 24) | (padd << 16) | in nic_config_cpi() 529 (padd << 16)); in nic_config_cpi()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | amigahw.h | 239 unsigned char cra; char padd[0xff]; member
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | module-signing.rst | 200 keyctl padd asymmetric "" [.builtin_trusted_keys-ID] <[key-file] 204 keyctl padd asymmetric "" 0x223c7853 <my_public_key.x509
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/ |
H A D | 0001-add-new-option-eltorito-platform.patch | 332 * Some compilers (e.g. on Sun3/mc68020) padd the structures to even length.
|
/openbmc/qemu/hw/intc/ |
H A D | trace-events | 4 …e_irq(bool master, uint8_t imr, uint8_t irr, uint8_t padd) "master %d imr %"PRIu8" irr %"PRIu8" pa…
|
/openbmc/linux/drivers/of/ |
H A D | unittest.c | 819 struct property *ppadd, padd = { .name = "prop-add", .length = 1, .value = "" }; in of_unittest_changeset() local 844 ppadd = __of_prop_dup(&padd, GFP_KERNEL); in of_unittest_changeset()
|