Home
last modified time | relevance | path

Searched refs:SHA256 (Results 1 – 12 of 12) sorted by relevance

/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/lib/optee_clientApi/
H A Dtabinary_to_img.py28 from Cryptodome.Hash import SHA256
30 from Crypto.Hash import SHA256
77 h = SHA256.new()
/rk3399_rockchip-uboot/drivers/crypto/fsl/
H A Dfsl_hash.c29 SHA256 enumerator
50 return SHA256; in get_hash_type()
187 if (caam_hash(pbuf, buf_len, pout, SHA256)) in hw_sha256()
/rk3399_rockchip-uboot/lib/
H A DKconfig167 config SHA256 config
168 bool "Enable SHA256 support"
170 This option enables support of hashing using SHA256 algorithm.
172 The SHA256 algorithm produces a 256-bit (32-byte) hash value
187 for SHA1/SHA256 hashing.
196 SHA1/SHA256 progressive hashing.
/rk3399_rockchip-uboot/
H A DKconfig199 bool "Support SHA256 checksum of FIT image contents"
200 select SHA256 if !DM_CRYPTO
203 Enable this to support SHA256 checksum of FIT image contents. A
204 SHA256 checksum is a 256-bit (32-byte) hash value used to check that
205 the image contents have not been corrupted. SHA256 is recommended
209 SHA256 variant is supported: SHA512 and others are not currently
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A DKconfig157 default y if SHA256
165 default y if SHA256
/rk3399_rockchip-uboot/common/spl/
H A DKconfig240 consider SHA1 or SHA256.
252 consider SHA1 or SHA256.
264 attacks. For more security, consider SHA256.
267 bool "Support SHA256"
269 select SHA256
271 Enable this to support SHA256 in FIT images within SPL. A SHA256
273 image contents have not been corrupted. SHA256 is recommended for
277 SHA256 variant is supported: SHA512 and others are not currently
324 select SHA256
/rk3399_rockchip-uboot/cmd/
H A Dcrypto.c186 HASH_TEST(SHA256, foo_data, hash_sha256),
194 HMAC_TEST(SHA256, foo_data, hmac_sha256, hmac_key),
H A DKconfig115 string "Stop autobooting via SHA256 encrypted password"
121 a SHA256 hash and saved in the environment.
547 select SHA256
/rk3399_rockchip-uboot/common/
H A DKconfig676 bool # "Support hashing API (SHA1, SHA256, etc.)"
/rk3399_rockchip-uboot/arch/arm/
H A DKconfig1162 imply SHA256
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A DKconfig945 select SHA256 if !DM_CRYPTO