Home
last modified time | relevance | path

Searched refs:SHA1_SUM_LEN (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/tools/
H A Dubsha1.c58 for (i = 0; i < SHA1_SUM_LEN; i++) { in main()
71 if (write (ifd, output, SHA1_SUM_LEN) != SHA1_SUM_LEN) { in main()
/openbmc/u-boot/drivers/crypto/
H A Dace_sha.c15 static const unsigned char sha1_digest_emptymsg[SHA1_SUM_LEN] = {
38 memcpy(pout, sha1_digest_emptymsg, SHA1_SUM_LEN); in ace_sha_hash_digest()
91 len = (hash_type == ACE_SHA_TYPE_SHA1) ? SHA1_SUM_LEN : SHA256_SUM_LEN; in ace_sha_hash_digest()
/openbmc/u-boot/include/u-boot/
H A Dsha1.h22 #define SHA1_SUM_LEN 20 macro
/openbmc/u-boot/cmd/mvebu/
H A Dbubt.c529 u8 hash_160_output[SHA1_SUM_LEN]; in check_image_header()
590 case SHA1_SUM_LEN: in check_image_header()
/openbmc/u-boot/common/
H A Dimage-sig.c35 .checksum_len = SHA1_SUM_LEN,
H A Dhash.c208 .digest_size = SHA1_SUM_LEN,