Searched refs:SHA256 (Results 1 - 9 of 9) sorted by relevance

/u-boot/tools/binman/etype/
H A Dpre_load.py17 from Cryptodome.Hash import SHA256, SHA384, SHA512 namespace
31 'sha256': SHA256,
127 hash_sig = SHA256.new()
/u-boot/test/py/tests/
H A Dtest_fit_ecdsa.py16 from Cryptodome.Hash import SHA256 namespace
63 sha = SHA256.new(raw_bin)
H A Dtest_fit_auto_signed.py23 from Cryptodome.Hash import SHA256 namespace
95 verifier.verify(SHA256.new(raw_bin), bytes(raw_sig))
/u-boot/boot/
H A Dimage-sig.c29 #if CONFIG_IS_ENABLED(SHA256)
/u-boot/drivers/crypto/fsl/
H A Dfsl_hash.c32 SHA256 enumerator in enum:caam_hash_algos
53 return SHA256;
59 * @caam_algo: Enum for SHA1 or SHA256
82 * @caam_algo: Enum for SHA1 or SHA256
128 * @caam_algo: Enum for SHA1 or SHA256
221 if (caam_hash(pbuf, buf_len, pout, SHA256))
/u-boot/tools/
H A Dsunxi_toc0.c237 SHA256(buf, key_item->sig - buf, digest);
297 SHA256(buf, key_item->sig - buf, digest);
344 * Create a certificate in @buf, describing the firmware with SHA256 digest
386 * (The buffer passed to SHA256 starts at tag_mainSequence, but
389 SHA256((uint8_t *)totalSequence, sizeof(struct toc0_mainSequence), cert_digest);
408 * Verify the certificate in @buf, describing the firmware with SHA256 digest
453 SHA256((uint8_t *)totalSequence, sizeof(struct toc0_mainSequence), cert_digest);
490 SHA256(fw_item, fw_item_len, digest);
649 SHA256(buf + offset, length, digest);
681 * 1) eFuse contains a SHA256 diges
[all...]
/u-boot/common/
H A Dhash.c236 #if CONFIG_IS_ENABLED(SHA256)
322 #if CONFIG_IS_ENABLED(SHA256) || IS_ENABLED(CONFIG_CMD_SHA1SUM) || \
/u-boot/lib/
H A DMakefile78 obj-$(CONFIG_$(SPL_)SHA256) += sha256.o
/u-boot/arch/arm/mach-rockchip/
H A Dboard.c335 #if CONFIG_IS_ENABLED(HASH) && CONFIG_IS_ENABLED(SHA256)
353 debug("%s: failed to calculate SHA256\n", __func__);

Completed in 149 milliseconds