| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | verified-boot.txt | 25 Images are signed using a private key known only to the signer, but can 27 made available without risk to the verification process. The private and 76 1. Master private key is used by the signer to sign a first-stage image. 78 2. Secondary private key is created and used to sign second-stage images.
|
| H A D | signature.txt | 10 The signature feature allows the hash to be signed with a private key such 11 that it can be verified using a public key later. Provided that the private 25 - sign the hash with a private key to produce a signature 67 To create a new public/private key pair, size 2048 bits: 92 private key is stored in <name>.key and the certificate is stored in 391 Securely managing private signing keys can challenging, especially when the 505 Use the URL of the token to list the private keys: 512 …xxxx;token=OpenPGP%20card%20%28User%20PIN%20%28sig%29%29;id=%01;object=Signature%20key;type=private
|
| H A D | beaglebone_vboot.txt | 187 Note: keys/dev.key contains your private key and is very secret. If anyone 433 configuration will match is if it was signed by the matching private key. 459 the private key that you signed with so that it can verify any kernels that 469 kernel that you sign with the private key as in step 5.
|
| /rk3399_rockchip-uboot/include/ |
| H A D | kgdb.h | 37 unsigned long private[KGDBDATA_MAXPRIV]; member
|
| /rk3399_rockchip-uboot/arch/powerpc/lib/ |
| H A D | kgdb.c | 84 kdp->private[0] = msr = get_msr(); in kgdb_enter() 108 unsigned long msr = kdp->private[0]; in kgdb_exit()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.t1040-l2switch | 47 ethsw vlan fdb { [help] | show | shared | private } - make VLAN learning shared or private
|
| H A D | README.armada-secureboot | 176 secured boot image: The KAK private key and a CSK private key (both have to be 180 NOTE: Since the public key can be generated from the private key, it is 181 sufficient to store the private key for each key pair. 192 Alternatively, instead of copying the files, symlinks to the private keys can 195 WARNING: Knowledge of the KAK or CSK private key would enable an attacker to 196 generate secured boot images containing arbitrary code. Hence, the private keys 210 KAK - The name of the KAK RSA private key file in the U-Boot 212 CSK - The name of the (active) CSK RSA private key file in the
|
| H A D | README.qemu-mips | 180 Discard symbol table from `/private/u-boot-arm/u-boot'? (y or n) y 188 Reading symbols from /private/u-boot-arm/u-boot...done.
|
| H A D | README.drivers.eth | 36 private, driver-defined data structure and pointed to by eth->priv (see below). 64 /* setup whatever private state you need */
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_vop2.c | 1636 struct vop2 *vop2 = cstate->private; in vop2_vp_find_attachable_win() 2686 struct vop2 *vop2 = cstate->private; in vop2_plane_mask_to_possible_vp_mask() 2719 struct vop2 *vop2 = cstate->private; in vop2_plane_mask_check() 2816 struct vop2 *vop2 = cstate->private; in rockchip_cursor_plane_assign() 2865 struct vop2 *vop2 = cstate->private; in rk3528_assign_plane_mask() 2913 struct vop2 *vop2 = cstate->private; in rk3568_assign_plane_mask() 3440 cstate->private = rockchip_vop2; in rockchip_vop2_preinit() 3479 struct vop2 *vop2 = cstate->private; in vop2_calc_cru_cfg() 3641 struct vop2 *vop2 = cstate->private; in rk3588_vop2_if_cfg() 3890 struct vop2 *vop2 = cstate->private; in rk3576_vop2_if_cfg() [all …]
|
| H A D | rockchip_vop.c | 344 crtc_state->private = vop; in rockchip_vop_init() 805 struct vop *vop = crtc_state->private; in rockchip_vop_setup_csc_table() 843 struct vop *vop = crtc_state->private; in rockchip_vop_set_plane() 941 struct vop *vop = crtc_state->private; in rockchip_vop_enable() 954 struct vop *vop = crtc_state->private; in rockchip_vop_disable() 1008 struct vop *vop = crtc_state->private; in rockchip_vop_send_mcu_cmd()
|
| H A D | rockchip_display.h | 196 void *private; member
|
| /rk3399_rockchip-uboot/board/freescale/bsc9131rdb/ |
| H A D | README | 11 . StarCore SC3850 DSP subsystem with a 512-Kbyte private L2 cache 122 Rest is PowerPC private area.
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | serial-howto.txt | 22 - Add a private struct for the driver data - avoid using static variables
|
| H A D | i2c-howto.txt | 34 - Add a private struct for the driver data - avoid using static variables
|
| H A D | spi-howto.txt | 11 Before driver model, SPI drivers have their own private structure which 15 driver-specific slave structure can now be port in private data for the 26 SPI's buses private data. 270 9. Add the device private data 272 Most devices have some private data which they use to keep track of things
|
| H A D | spi-howto.rst | 13 Before driver model, SPI drivers have their own private structure which 17 driver-specific slave structure can now be port in private data for the 30 SPI's buses private data. 293 Add the device private data 296 Most devices have some private data which they use to keep track of things
|
| H A D | usb-info.txt | 57 The driver can use priv_auto_alloc_size to set the size of its private data. 105 This is private information for each controller, maintained by the 225 speed) in its parent platform data. We cannot store it its private data 232 stored in the parent platform data and stores it in the parent private data 281 - they both attach private data to their children (struct usb_device,
|
| H A D | README.txt | 57 to operate on a particular platform) and it uses private driver data. 304 private data (accessible through dev_get_priv(dev) once the driver has 592 The uclass for the device can also contain data private to that uclass. 652 a. If priv_auto_alloc_size is non-zero, then the device-private space 708 - private data in dev->priv (for run-time state) 743 deallocated so platform data, private data and the uclass data will all 749 d. The device memory is freed (platform data, private data, uclass data,
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/ |
| H A D | regs.h | 310 void *private; member
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ |
| H A D | nonsec_virt.S | 170 str r1, [r3, #GICD_IGROUPRn] @ allow private interrupts
|
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | Kconfig | 12 such as reading and writing TPM private data. This is enough to
|
| /rk3399_rockchip-uboot/board/freescale/bsc9132qds/ |
| H A D | README | 17 - Two StarCore SC3850 DSP subsystems, each with a 512-Kbyte private L2
|
| /rk3399_rockchip-uboot/board/freescale/t1040qds/ |
| H A D | README | 14 - Four e5500 cores, each with a private 256 KB L2 cache
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/ |
| H A D | Kconfig | 73 firmware. This is a private PSCI implementation and different from
|