Home
last modified time | relevance | path

Searched refs:signature (Results 1 – 25 of 103) sorted by relevance

12345

/rk3399_rockchip-uboot/cmd/
H A Dbmp.c75 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 Dpart_mac.c60 (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 Dpart_mac.h27 __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 Dsmdk5420_spl.c17 .signature = SIGNATURE,
45 if (machine_param.signature != SIGNATURE) { in spl_get_machine_params()
/rk3399_rockchip-uboot/board/samsung/arndale/
H A Darndale_spl.c15 .signature = SIGNATURE,
43 if (machine_param.signature != SIGNATURE) { in spl_get_machine_params()
/rk3399_rockchip-uboot/board/samsung/smdk5250/
H A Dsmdk5250_spl.c17 .signature = SIGNATURE,
45 if (machine_param.signature != SIGNATURE) { in spl_get_machine_params()
/rk3399_rockchip-uboot/board/kosagi/novena/
H A Dnovena.c227 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 Dpci_rom.h13 uint16_t signature; member
21 uint32_t signature; member
H A Dpart_efi.h77 __le64 signature; member
119 __le16 signature; member
H A Dvbe.h27 u8 signature[4]; member
36 char signature[4]; member
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dsignature.txt10 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 Dsign-images.its17 signature@1 {
29 signature@1 {
H A Dverified-boot.txt47 | |----------+ * | 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 Dsdram.c48 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 DREADME.esbc_validate11 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 DREADME.displaying-bmps16 char signature[2];
23 When placed in an aligned address such as 0x80a00000, char signature offsets
/rk3399_rockchip-uboot/scripts/
H A Dfit-resign.sh96 …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 Dsign-images-sha256.its17 signature@1 {
29 signature@1 {
H A Dsign-images-sha1.its17 signature@1 {
29 signature@1 {
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dvendor_misc.c15 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 Dacpi_table.h23 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 Dist.h15 __u32 signature; member
/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/
H A Dcrypto.h18 int sign_data_block(u8 *source, unsigned length, u8 *signature);
H A Dcrypto.c133 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 Dspl.h17 u32 signature; member

12345