Lines Matching refs:build_id
82 char build_id[20];
111 size_t sz = sizeof(note->build_id);
118 sret = read(fd, note->build_id, sz);
123 memset(note->build_id, 0, sz);
134 if (sizeof(note->build_id) < SHA_DIGEST_LENGTH)
135 errx(1, "build_id too small for SHA1");
137 SHA1(code, csize, (unsigned char *)note->build_id);
147 if (sizeof(note->build_id) < 16)
148 errx(1, "build_id too small for MD5");
153 MD5_Final((unsigned char *)note->build_id, &context);
480 bnote.desc.descsz = sizeof(bnote.build_id);