Searched refs:hashwrong (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/unbound/testcode/ |
| H A D | unitzonemd.c | 183 uint8_t hash[512], hashwrong[512]; in zonemd_check_test() local 214 hashwronglen = sizeof(hashwrong); in zonemd_check_test() 215 if(sldns_str2wire_hex_buf(digestwrong, hashwrong, &hashwronglen) != 0) { in zonemd_check_test() 233 hashwrong, hashwronglen, region, buf, &reason); in zonemd_check_test() 236 hashwrong, hashwronglen-3, region, buf, &reason); in zonemd_check_test()
|