Searched refs:SHA1 (Results 1 – 12 of 12) sorted by relevance
/u-boot/doc/ |
A D | README.sha1 | 1 SHA1 usage: 4 In the U-Boot Image for the pcs440ep board is a SHA1 checksum integrated. 5 This SHA1 sum is used, to check, if the U-Boot Image in Flash is not 11 sha1 address len [addr] calculate the SHA1 sum [save at addr] 16 calculates and prints the SHA1 sum, from the Image stored in Flash 19 check, if the SHA1 sum from the Image stored in Flash is correct 27 which has no SHA1 sum, you can do the following: 35 b) Initialize the SHA1 sum in the Image with 0x00 36 The SHA1 sum is stored in Flash at: 43 note: a SHA1 checksum is 20 bytes long. [all …]
|
A D | README.dfutftp | 45 As of this writing (SHA1:8d77576371381ade83de475bb639949b44941e8c v2015.10-rc2)
|
/u-boot/drivers/crypto/fsl/ |
A D | fsl_hash.c | 31 SHA1 = 0, enumerator 50 if (!strcmp(algo->name, driver_hash[SHA1].name)) in get_hash_type() 51 return SHA1; in get_hash_type() 214 if (caam_hash(pbuf, buf_len, pout, SHA1)) in hw_sha1()
|
/u-boot/drivers/tpm/ |
A D | Kconfig | 104 bool "Enable TPM key loading by SHA1 support" 108 their parent via the public key's SHA1 hash.
|
/u-boot/common/ |
A D | Kconfig | 554 bool # "Support hashing API (SHA1, SHA256, etc.)" 557 algorithms (such as SHA1, MD5, CRC32). The API is defined in hash.h 592 bool # "Support hashing API (SHA1, SHA256, etc.)" 595 algorithms (such as SHA1, MD5, CRC32). The API is defined in hash.h 600 bool # "Support hashing API (SHA1, SHA256, etc.)" 603 algorithms (such as SHA1, MD5, CRC32). The API is defined in hash.h 717 select SHA1 726 select SHA1
|
A D | Kconfig.boot | 15 select SHA1
|
/u-boot/lib/ |
A D | Kconfig | 352 config SHA1 config 353 bool "Enable SHA1 support" 355 This option enables support of hashing using SHA1 algorithm. 357 The SHA1 algorithm produces a 160-bit (20-byte) hash value 395 for SHA1/SHA256 hashing. 404 SHA1/SHA256 progressive hashing.
|
/u-boot/common/spl/ |
A D | Kconfig | 413 should consider SHA1 or SHA256. 428 bool "Support SHA1" 430 select SHA1 432 Enable this to support SHA1 in FIT images within SPL. A SHA1 435 While SHA1 is fairly secure it is coming to the end of its life 509 select SHA1 520 select SHA1
|
/u-boot/doc/uImage.FIT/ |
A D | beaglebone_vboot.txt | 300 of size 2048 bits using SHA1 as the hash algorithm. The key name checked was 306 case fit_check_sign checks the hash and prints sha1+ meaning that the SHA1
|
A D | signature.txt | 45 At present only one class of algorithms is supported: SHA1 hashing with RSA.
|
/u-boot/cmd/ |
A D | Kconfig | 722 select SHA1 724 Compute SHA1 checksum. 730 Add -v option to verify data against a SHA1 checksum. 2010 algorithms (such as SHA1, MD5, CRC32). The computed digest can be
|
/u-boot/ |
A D | README | 3600 SHA1, MD5 or CRC32. More details are found in the doc/uImage.FIT directory.
|
Completed in 25 milliseconds