Searched refs:SHA1 (Results 1 - 6 of 6) sorted by relevance

/u-boot/drivers/crypto/fsl/
H A Dfsl_hash.c31 SHA1 = 0, enumerator in enum:caam_hash_algos
50 if (!strcmp(algo->name, driver_hash[SHA1].name))
51 return SHA1;
59 * @caam_algo: Enum for SHA1 or SHA256
82 * @caam_algo: Enum for SHA1 or SHA256
128 * @caam_algo: Enum for SHA1 or SHA256
228 if (caam_hash(pbuf, buf_len, pout, SHA1))
/u-boot/boot/
H A Dimage-sig.c20 #if CONFIG_IS_ENABLED(SHA1)
/u-boot/test/py/tests/
H A Dtest_fit_auto_signed.py22 from Cryptodome.Hash import SHA1 namespace
112 assert raw_hash == SHA1.new(raw_bin).digest(), "Wrong sha1 hash!"
/u-boot/lib/
H A DMakefile77 obj-$(CONFIG_$(SPL_)SHA1) += sha1.o
/u-boot/common/
H A Dhash.c215 #if CONFIG_IS_ENABLED(SHA1)
/u-boot/scripts/
H A Dcheckpatch.pl1204 if ($lines[0] =~ /^error: short SHA1 $commit is ambiguous/) {

Completed in 198 milliseconds