Searched refs:rhsize (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sbin/hastd/
H A Dhast_checksum.c128 size_t chsize, rhsize; local
134 rhash = nv_get_uint8_array(nv, &rhsize, "hash");
149 if (rhsize != chsize) {
151 rhsize, algo, chsize);
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssectool.c746 unsigned char *rawhash, size_t rhsize)
765 nsec3.next_length == rhsize &&
918 size_t rhsize = sizeof(rawhash); local
925 result = dns_nsec3_hashname(&fixed, rawhash, &rhsize, origin, origin,
973 size_t rhsize = sizeof(rawhash); local
988 result = dns_nsec3_hashname(&fixed, rawhash, &rhsize, name, origin,
1019 types, maxtype, rawhash, rhsize);
743 match_nsec3(dns_name_t *name, isc_mem_t *mctx, dns_rdata_nsec3param_t *nsec3param, dns_rdataset_t *rdataset, unsigned char types[8192], unsigned int maxtype, unsigned char *rawhash, size_t rhsize) argument

Completed in 103 milliseconds