Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dubsha1.c59 for (i = 0; i < SHA1_SUM_LEN; i++) { in main()
72 if (write (ifd, output, SHA1_SUM_LEN) != SHA1_SUM_LEN) { in main()
/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dace_sha.c16 static const unsigned char sha1_digest_emptymsg[SHA1_SUM_LEN] = {
39 memcpy(pout, sha1_digest_emptymsg, SHA1_SUM_LEN); in ace_sha_hash_digest()
92 len = (hash_type == ACE_SHA_TYPE_SHA1) ? SHA1_SUM_LEN : SHA256_SUM_LEN; in ace_sha_hash_digest()
/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dsha1.h23 #define SHA1_SUM_LEN 20 macro
/OK3568_Linux_fs/u-boot/cmd/mvebu/
H A Dbubt.c530 u8 hash_160_output[SHA1_SUM_LEN]; in check_image_header()
591 case SHA1_SUM_LEN: in check_image_header()
/OK3568_Linux_fs/u-boot/common/
H A Dhash.c124 .digest_size = SHA1_SUM_LEN,
H A Dimage-sig.c48 .checksum_len = SHA1_SUM_LEN,