Home
last modified time | relevance | path

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

123456

/u-boot/tools/binman/test/
A D165_section_ignore_hash_signature.dts16 signature {
30 signature-1 {
34 signature-2 {
/u-boot/lib/rsa/
A DKconfig8 See doc/uImage.FIT/signature.txt for more details.
24 Add RSA signature verification support in SPL.
29 Add RSA signature verification support.
38 The standard RSA-signature verification code (FIT_SIGNATURE) uses
40 decrypting a signature.
44 This options enables RSA signature verification with a public key
55 See doc/uImage.FIT/signature.txt for more details.
/u-boot/lib/crypto/
A DKconfig6 as encryption, decryption, signature generation and signature
15 If signature generation and/or verification are to be used,
50 signature data and provides the ability to verify the signature.
A Dx509.asn14 signature BIT STRING ({ x509_note_signature })
10 signature AlgorithmIdentifier ({ x509_note_pkey_algo }),
/u-boot/cmd/
A Dbmp.c76 if (!((bmp->header.signature[0] == 'B') && in gunzip_bmp()
77 (bmp->header.signature[1] == 'M'))) { in gunzip_bmp()
207 if (!((bmp->header.signature[0]=='B') && in bmp_info()
208 (bmp->header.signature[1]=='M'))) in bmp_info()
247 if (!((bmp->header.signature[0]=='B') && in bmp_display()
248 (bmp->header.signature[1]=='M'))) in bmp_display()
A Dacpi.c25 bool has_hdr = memcmp(hdr->signature, "FACS", ACPI_NAME_LEN); in dump_hdr()
27 printf("%.*s %08lx %06x", ACPI_NAME_LEN, hdr->signature, in dump_hdr()
60 if (!memcmp(hdr->signature, sig, ACPI_NAME_LEN)) in find_table()
62 if (!memcmp(hdr->signature, "FACP", ACPI_NAME_LEN)) { in find_table()
83 printf("%.*s @ %08lx\n", ACPI_NAME_LEN, hdr->signature, in dump_table_name()
114 if (!memcmp(hdr->signature, "FACP", ACPI_NAME_LEN)) in list_rsdt()
/u-boot/disk/
A Dpart_mac.c61 (mpart->signature != MAC_PARTITION_MAGIC) ) { in part_test_mac()
121 if (mpart->signature != MAC_PARTITION_MAGIC) { in part_print_mac()
124 mpart->signature); in part_print_mac()
167 if (ddb_p->signature != MAC_DRIVER_MAGIC) { in part_mac_read_ddb()
193 if (pdb_p->signature != MAC_PARTITION_MAGIC) { in part_mac_read_pdb()
196 pdb_p->signature); in part_mac_read_pdb()
A Dpart_mac.h26 __u16 signature; /* expected to be MAC_DRIVER_MAGIC */ member
56 __u16 signature; /* expected to be MAC_PARTITION_MAGIC */ member
/u-boot/board/samsung/arndale/
A Darndale_spl.c14 .signature = SIGNATURE,
42 if (machine_param.signature != SIGNATURE) { in spl_get_machine_params()
/u-boot/board/samsung/smdk5250/
A Dsmdk5250_spl.c16 .signature = SIGNATURE,
44 if (machine_param.signature != SIGNATURE) { in spl_get_machine_params()
/u-boot/board/samsung/smdk5420/
A Dsmdk5420_spl.c16 .signature = SIGNATURE,
44 if (machine_param.signature != SIGNATURE) { in spl_get_machine_params()
/u-boot/board/kosagi/novena/
A Dnovena.c190 uint8_t signature[6]; member
202 const char *signature = "Novena"; in misc_init_r() local
224 if (memcmp(data.signature, signature, 6)) { in misc_init_r()
/u-boot/board/broadcom/bcmns3/fit/
A Dmulti.its24 signature {
39 signature {
52 signature {
/u-boot/include/
A Dpci_rom.h12 uint16_t signature; member
20 uint32_t signature; member
A Dtlv_eeprom.h21 char signature[8]; /* 0x00 - 0x07 EEPROM Tag "TlvInfo" */ member
147 return ((strcmp(hdr->signature, TLV_INFO_ID_STRING) == 0) && in is_valid_tlvinfo_header()
/u-boot/test/py/tests/vboot/
A Dsign-images-sha1.its17 signature {
29 signature {
A Dsign-images-sha256.its17 signature {
29 signature {
A Dsign-images-sha1-pss.its17 signature {
30 signature {
A Dsign-images-sha256-pss.its17 signature {
30 signature {
/u-boot/doc/uImage.FIT/
A Dsign-images.its17 signature {
29 signature {
A Dsignature.txt32 - extract the signature from the FIT
86 signature-1, signature-2, etc.
177 signature {
248 signature-1 {
255 signature-1 {
262 signature-1 {
264 vaue = <...fdt signature 1...>
269 signature-1 {
271 vaue = <...fdt signature 2...>
352 signature-1 {
[all …]
/u-boot/doc/
A DREADME.esbc_validate10 signature of images (Boot Script and ESBC uboot client).
17 Validates signature using RSA verification.
20 used to verify signature.
24 3. In the event of header or signature failure in validation,
/u-boot/arch/x86/cpu/tangier/
A Dsdram.c49 static int sfi_table_is_type(struct sfi_table_header *sbh, const char *signature) in sfi_table_is_type() argument
51 return !strncmp(sbh->sig, signature, SFI_SIGNATURE_SIZE) && in sfi_table_is_type()
56 const char *signature) in sfi_get_table_by_sig() argument
63 if (sfi_table_is_type(&sb->header, signature)) in sfi_get_table_by_sig()
/u-boot/arch/arm/include/asm/arch-rockchip/
A Df_rockusb.h85 __le32 signature; /* Contains 'USBC' */ member
100 __le32 signature; /* Should = 'USBS' */ member
/u-boot/arch/arm/mach-tegra/tegra20/
A Dcrypto.h17 int sign_data_block(u8 *source, unsigned length, u8 *signature);

Completed in 33 milliseconds

123456