| /rk3399_rockchip-uboot/cmd/ |
| H A D | bmp.c | 75 if (!((bmp->header.signature[0] == 'B') && in gunzip_bmp() 76 (bmp->header.signature[1] == 'M'))) { in gunzip_bmp() 198 if (!((bmp->header.signature[0]=='B') && in bmp_info() 199 (bmp->header.signature[1]=='M'))) in bmp_info() 238 if (!((bmp->header.signature[0]=='B') && in bmp_display() 239 (bmp->header.signature[1]=='M'))) in bmp_display()
|
| /rk3399_rockchip-uboot/disk/ |
| H A D | part_mac.c | 60 (mpart->signature != MAC_PARTITION_MAGIC) ) { in part_test_mac() 120 if (mpart->signature != MAC_PARTITION_MAGIC) { in part_print_mac() 123 mpart->signature); in part_print_mac() 166 if (ddb_p->signature != MAC_DRIVER_MAGIC) { in part_mac_read_ddb() 192 if (pdb_p->signature != MAC_PARTITION_MAGIC) { in part_mac_read_pdb() 195 pdb_p->signature); in part_mac_read_pdb()
|
| H A D | part_mac.h | 27 __u16 signature; /* expected to be MAC_DRIVER_MAGIC */ member 57 __u16 signature; /* expected to be MAC_PARTITION_MAGIC */ member
|
| /rk3399_rockchip-uboot/board/samsung/smdk5420/ |
| H A D | smdk5420_spl.c | 17 .signature = SIGNATURE, 45 if (machine_param.signature != SIGNATURE) { in spl_get_machine_params()
|
| /rk3399_rockchip-uboot/board/samsung/arndale/ |
| H A D | arndale_spl.c | 15 .signature = SIGNATURE, 43 if (machine_param.signature != SIGNATURE) { in spl_get_machine_params()
|
| /rk3399_rockchip-uboot/board/samsung/smdk5250/ |
| H A D | smdk5250_spl.c | 17 .signature = SIGNATURE, 45 if (machine_param.signature != SIGNATURE) { in spl_get_machine_params()
|
| /rk3399_rockchip-uboot/board/kosagi/novena/ |
| H A D | novena.c | 227 uint8_t signature[6]; member 239 const char *signature = "Novena"; in misc_init_r() local 261 if (memcmp(data.signature, signature, 6)) { in misc_init_r()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | pci_rom.h | 13 uint16_t signature; member 21 uint32_t signature; member
|
| H A D | part_efi.h | 77 __le64 signature; member 119 __le16 signature; member
|
| H A D | vbe.h | 27 u8 signature[4]; member 36 char signature[4]; member
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | signature.txt | 10 The signature feature allows the hash to be signed with a private key such 25 - sign the hash with a private key to produce a signature 26 - store the resulting signature in the FIT 32 - extract the signature from the FIT 34 - verify (with the public key) that the extracted signature matches the 83 The following properties are required in the FIT's signature node(s) to 86 signature@1, signature@2, etc. 97 - value: The signature data (e.g. 256 bytes for 2048-bit RSA) 139 Public keys should be stored as sub-nodes in a /signature node. Required 183 signature@1 { [all …]
|
| H A D | sign-images.its | 17 signature@1 { 29 signature@1 {
|
| H A D | verified-boot.txt | 47 | |----------+ * | signature |--> yes/no 58 The signature algorithm relies only on the public key to do its work. Using 59 this key it checks the signature that it finds in the image. If it verifies 99 See signature.txt for more information.
|
| /rk3399_rockchip-uboot/arch/x86/cpu/tangier/ |
| H A D | sdram.c | 48 static int sfi_table_is_type(struct sfi_table_header *sbh, const char *signature) in sfi_table_is_type() argument 50 return !strncmp(sbh->sig, signature, SFI_SIGNATURE_SIZE) && in sfi_table_is_type() 55 const char *signature) in sfi_get_table_by_sig() argument 62 if (sfi_table_is_type(&sb->header, signature)) in sfi_get_table_by_sig()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.esbc_validate | 11 signature of images (Boot Script and ESBC uboot client). 18 Validates signature using RSA verification. 21 used to verify signature. 25 3. In the event of header or signature failure in validation,
|
| H A D | README.displaying-bmps | 16 char signature[2]; 23 When placed in an aligned address such as 0x80a00000, char signature offsets
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | fit-resign.sh | 96 …LEN=`./tools/fit_info -f ${ITB} -n /configurations/conf/signature -p value | sed -n "/LEN:/p" | aw… 97 …OFF=`./tools/fit_info -f ${ITB} -n /configurations/conf/signature -p value | sed -n "/OFF:/p" | aw… 98 …END=`./tools/fit_info -f ${ITB} -n /configurations/conf/signature -p value | sed -n "/END:/p" | aw…
|
| /rk3399_rockchip-uboot/test/py/tests/vboot/ |
| H A D | sign-images-sha256.its | 17 signature@1 { 29 signature@1 {
|
| H A D | sign-images-sha1.its | 17 signature@1 { 29 signature@1 {
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | vendor_misc.c | 15 unsigned int signature; member 32 if ((hdcp->signature != HDCP_SIGNED) || !(hdcp->flags & HDCP_FLG_AES)) in vendor_handle_hdcp()
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | acpi_table.h | 23 char signature[8]; /* RSDP signature */ member 36 char signature[4]; /* ACPI signature (4 ASCII characters) */ member 203 char signature[4]; /* "FACS" */ member 306 void acpi_fill_header(struct acpi_table_header *header, char *signature);
|
| H A D | ist.h | 15 __u32 signature; member
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/ |
| H A D | crypto.h | 18 int sign_data_block(u8 *source, unsigned length, u8 *signature);
|
| H A D | crypto.c | 133 int sign_data_block(u8 *source, unsigned length, u8 *signature) in sign_data_block() argument 136 length, signature); in sign_data_block()
|
| /rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/ |
| H A D | spl.h | 17 u32 signature; member
|