Lines Matching refs:build_id
79 char build_id[20];
108 size_t sz = sizeof(note->build_id);
115 sret = read(fd, note->build_id, sz);
120 memset(note->build_id, 0, sz);
131 if (sizeof(note->build_id) < SHA_DIGEST_LENGTH)
132 errx(1, "build_id too small for SHA1");
134 SHA1(code, csize, (unsigned char *)note->build_id);
144 if (sizeof(note->build_id) < 16)
145 errx(1, "build_id too small for MD5");
154 EVP_DigestFinal_ex(mdctx, (unsigned char *)note->build_id, NULL);
483 bnote.desc.descsz = sizeof(bnote.build_id);