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

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dhex.h59 isc_hex_decodestring(const char *cstr, isc_buffer_t *target);
/bind-9.6-ESV-R11/bin/tests/
H A Dnsec3hash.c89 result = isc_hex_decodestring(argv[1], &buffer);
90 check_result(result, "isc_hex_decodestring(salt)");
/bind-9.6-ESV-R11/lib/isc/
H A Dhex.c159 isc_hex_decodestring(const char *cstr, isc_buffer_t *target) { function
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dnsec3param_51.c89 RETERR(isc_hex_decodestring(DNS_AS_STR(token), target));
H A Dhip_55.c71 RETTOK(isc_hex_decodestring(DNS_AS_STR(token), target));
H A Dnsec3_50.c94 RETERR(isc_hex_decodestring(DNS_AS_STR(token), target));
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-signzone.c3129 result = isc_hex_decodestring(sarg, &target);
3131 "isc_hex_decodestring(salt)");

Completed in 23 milliseconds