Home | History | Annotate | Download | only in testcode

Lines Matching refs:hashlen

68 	size_t hashlen = 0;
99 zonemd_hash, sizeof(zonemd_hash), &hashlen, region, buf,
105 unit_assert(hashlen*2+1 <= sizeof(output));
106 for(i=0; i<hashlen; i++) {
111 output[hashlen*2] = 0;
188 size_t hashlen = 0, hashwronglen = 0;
214 hashlen = sizeof(hash);
215 if(sldns_str2wire_hex_buf(digest, hash, &hashlen) != 0) {
225 hash, hashlen, region, buf, &reason);
228 hash, hashlen, region, buf, &reason);
231 hash, hashlen, region, buf, &reason);