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

/openbsd-current/usr.bin/dig/lib/isc/include/isc/
H A Dhex.h31 isc_hex_totext(isc_region_t *source, int wordlength,
/openbsd-current/usr.bin/dig/lib/dns/rdata/generic/
H A Dtlsa_52.c65 RETERR(isc_hex_totext(&sr, 0, "", target));
67 RETERR(isc_hex_totext(&sr, tctx->width - 2,
H A Dsshfp_44.c60 RETERR(isc_hex_totext(&sr, 0, "", target));
62 RETERR(isc_hex_totext(&sr, tctx->width - 2,
H A Dzonemd_63.c61 RETERR(isc_hex_totext(&sr, 0, "", target));
63 RETERR(isc_hex_totext(&sr, tctx->width - 2,
H A Dds_43.c73 RETERR(isc_hex_totext(&sr, 0, "", target));
75 RETERR(isc_hex_totext(&sr, tctx->width - 2,
H A Dnsec3param_51.c83 RETERR(isc_hex_totext(&sr, 1, "", target));
H A Dhip_55.c63 RETERR(isc_hex_totext(&region, 1, "", target));
H A Dnsec3_50.c82 RETERR(isc_hex_totext(&sr, 1, "", target));
/openbsd-current/usr.bin/dig/lib/isc/
H A Dhex.c39 isc_hex_totext(isc_region_t *source, int wordlength, function
/openbsd-current/usr.bin/dig/lib/dns/
H A Drdata.c496 result = isc_hex_totext(&sr, 0, "", target);
498 result = isc_hex_totext(&sr, tctx->width - 2,
/openbsd-current/usr.bin/dig/
H A Ddighost.c3149 result = isc_hex_totext(&r, 2, "", &hexbuf);
3150 check_result(result, "isc_hex_totext");

Completed in 93 milliseconds