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

/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssectool.c709 record_nsec3(const unsigned char *rawhash, const dns_rdata_nsec3_t *nsec3, argument
730 memmove(cp, rawhash, nsec3->next_length);
746 unsigned char *rawhash, size_t rhsize)
792 result = record_nsec3(rawhash, &nsec3, mctx, expected_chains);
917 unsigned char rawhash[NSEC3_MAX_HASH_LENGTH]; local
918 size_t rhsize = sizeof(rawhash);
925 result = dns_nsec3_hashname(&fixed, rawhash, &rhsize, origin, origin,
972 unsigned char rawhash[NSEC3_MAX_HASH_LENGTH]; local
973 size_t rhsize = sizeof(rawhash);
988 result = dns_nsec3_hashname(&fixed, rawhash,
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
[all...]

Completed in 86 milliseconds