HomeSort by: relevance | last modified time | path
    Searched defs:rhsize (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/
zoneverify.c 431 dns_rdataset_t *rdataset, size_t rhsize,
446 nsec3_match->next_length == rhsize &&
463 const unsigned char *rawhash, size_t rhsize,
471 result = find_nsec3_match(nsec3param, rdataset, rhsize, &nsec3);
633 size_t rhsize = sizeof(rawhash); local
636 result = dns_nsec3_hashname(&fixed, rawhash, &rhsize, vctx->origin,
698 size_t rhsize = sizeof(rawhash); local
726 &fixed, rawhash, &rhsize, name, vctx->origin, nsec3param.hash,
761 maxtype, rawhash, rhsize, &tvresult);
  /src/external/mpl/bind/dist/lib/dns/
zoneverify.c 432 dns_rdataset_t *rdataset, size_t rhsize,
447 nsec3_match->next_length == rhsize &&
464 const unsigned char *rawhash, size_t rhsize,
472 result = find_nsec3_match(nsec3param, rdataset, rhsize, &nsec3);
634 size_t rhsize = sizeof(rawhash); local
636 result = dns_nsec3_hashname(&fixed, rawhash, &rhsize, vctx->origin,
691 size_t rhsize = sizeof(rawhash); local
702 result = dns_nsec3_hashname(&fixed, rawhash, &rhsize, name,
739 maxtype, rawhash, rhsize, &tvresult);

Completed in 26 milliseconds