Home
last modified time | relevance | path

Searched refs:SHA1 (Results 1 – 16 of 16) sorted by relevance

/rk3399_rockchip-uboot/doc/
H A DREADME.sha11 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]
12 -p calculate the SHA1 sum from the U-Boot image in flash and print
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
22 It is possible to calculate a SHA1 checksum from a memoryrange with:
27 which has no SHA1 sum, you can do the following:
35 b) Initialize the SHA1 sum in the Image with 0x00
[all …]
H A DREADME.dfutftp49 As of this writing (SHA1:8d77576371381ade83de475bb639949b44941e8c v2015.10-rc2)
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A DKconfig69 This enable MD5/SHA1/SHA256/RSA512/RSA1024/RSA2048 algorithm support for
76 This enable MD5/SHA1/SHA256/RSA512/RSA1024/RSA2048 algorithm support for
83 This enable MD5/SHA1/SHA256/RSA512/RSA1024/RSA2048 algorithm support for
90 This enable MD5/SHA1/SHA256/RSA512/RSA1024/RSA2048 algorithm support for
97 This enable MD5/SHA1/SHA256/RSA512/RSA1024/RSA2048/RSA3072/RSA4096 algorithm support for
104 This enable MD5/SHA1/SHA256/RSA512/RSA1024/RSA2048/RSA3072/RSA4096 algorithm support for
/rk3399_rockchip-uboot/drivers/crypto/fsl/
H A Dfsl_hash.c28 SHA1 = 0, enumerator
47 if (!strcmp(algo->name, driver_hash[SHA1].name)) in get_hash_type()
48 return SHA1; in get_hash_type()
194 if (caam_hash(pbuf, buf_len, pout, SHA1)) in hw_sha1()
/rk3399_rockchip-uboot/lib/
H A DKconfig159 config SHA1 config
160 bool "Enable SHA1 support"
162 This option enables support of hashing using SHA1 algorithm.
164 The SHA1 algorithm produces a 160-bit (20-byte) hash value
187 for SHA1/SHA256 hashing.
196 SHA1/SHA256 progressive hashing.
/rk3399_rockchip-uboot/drivers/tpm/
H A DKconfig93 bool "Enable TPM key loading by SHA1 support"
97 their parent via the public key's SHA1 hash.
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A DKconfig153 default y if SHA1
161 default y if SHA1
/rk3399_rockchip-uboot/common/spl/
H A DKconfig240 consider SHA1 or SHA256.
252 consider SHA1 or SHA256.
255 bool "Support SHA1"
257 select SHA1
259 Enable this to support SHA1 in FIT images within SPL. A SHA1
262 While SHA1 is fairly secure it is coming to the end of its life
323 select SHA1
/rk3399_rockchip-uboot/cmd/
H A Dcrypto.c185 HASH_TEST(SHA1, foo_data, hash_sha1),
193 HMAC_TEST(SHA1, foo_data, hmac_sha1, hmac_key),
H A DKconfig525 select SHA1
527 Compute SHA1 checksum.
533 Add -v option to verify data against a SHA1 checksum.
546 select SHA1
1468 algorithms (such as SHA1, MD5, CRC32). The computed digest can be
/rk3399_rockchip-uboot/common/
H A DKconfig661 select SHA1 if !DM_CRYPTO
664 SHA1 for images.
676 bool # "Support hashing API (SHA1, SHA256, etc.)"
679 algorithms (such as SHA1, MD5, CRC32). The API is defined in hash.h
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dbeaglebone_vboot.txt301 of size 2048 bits using SHA1 as the hash algorithm. The key name checked was
307 case fit_check_sign checks the hash and prints sha1+ meaning that the SHA1
H A Dsignature.txt45 At present only one class of algorithms is supported: SHA1 hashing with RSA.
/rk3399_rockchip-uboot/arch/arm/
H A DKconfig1161 imply SHA1
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A DKconfig944 select SHA1 if !DM_CRYPTO
/rk3399_rockchip-uboot/
H A DREADME4235 SHA1, MD5 or CRC32. More details are found in the doc/uImage.FIT directory.