Searched refs:SHA1_SUM_LEN (Results 1 – 6 of 6) sorted by relevance
58 for (i = 0; i < SHA1_SUM_LEN; i++) { in main()71 if (write (ifd, output, SHA1_SUM_LEN) != SHA1_SUM_LEN) { in main()
15 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()
22 #define SHA1_SUM_LEN 20 macro
529 u8 hash_160_output[SHA1_SUM_LEN]; in check_image_header()590 case SHA1_SUM_LEN: in check_image_header()
123 .digest_size = SHA1_SUM_LEN,
35 .checksum_len = SHA1_SUM_LEN,