Searched defs:hashLength (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c334 mDNSexport void NSEC3Parse(const ResourceRecord *const rr, mDNSu8 **salt, int *hashLength, mDNSu8 **nxtName, int *bitmaplen, mDNSu8 **bitmap) argument
349 // p is pointing at hashLength
351 if (hashLength)
352 *hashLength = hlen;
463 int hashLength, bitmaplen, i; local
484 // p is pointing at hashLength
485 hashLength = (int)*p++;
487 length += baseEncode(buffer + length, RemSpc, p, hashLength, ENC_BASE32);
492 p += hashLength;
3280 int hashLength, bitmaple local
[all...]

Completed in 75 milliseconds