Searched refs:SHA1_SUM_LEN (Results 1 – 6 of 6) sorted by relevance
59 for (i = 0; i < SHA1_SUM_LEN; i++) { in main()72 if (write (ifd, output, SHA1_SUM_LEN) != SHA1_SUM_LEN) { in main()
16 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()
23 #define SHA1_SUM_LEN 20 macro
530 u8 hash_160_output[SHA1_SUM_LEN]; in check_image_header()591 case SHA1_SUM_LEN: in check_image_header()
124 .digest_size = SHA1_SUM_LEN,
48 .checksum_len = SHA1_SUM_LEN,