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

/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dbase32.c353 base32_decodestring(const char *cstr, const char base[], bool pad, function
374 return (base32_decodestring(cstr, base32, true, target));
379 return (base32_decodestring(cstr, base32hex, true, target));
384 return (base32_decodestring(cstr, base32hex, false, target));
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dbase32.c353 base32_decodestring(const char *cstr, const char base[], bool pad, function
374 return (base32_decodestring(cstr, base32, true, target));
379 return (base32_decodestring(cstr, base32hex, true, target));
384 return (base32_decodestring(cstr, base32hex, false, target));

Completed in 76 milliseconds