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

/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dbase32.c17 /* $Id: base32.c,v 1.6 2009/10/21 01:22:29 each Exp $ */
23 #include <isc/base32.h>
50 static const char base32[] = variable
124 return (base32_totext(source, wordlength, wordbreak, target, base32));
136 * State of a base32 decoding process in progress.
141 int digits; /*%< Number of buffered base32 digits */
288 return (base32_tobuffer(lexer, base32, target, length));
315 return (base32_decodestring(cstr, base32, target));
339 return (base32_decoderegion(source, base32, target));
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dbase32.c17 /* $Id: base32.c,v 1.6 2009/10/21 01:22:29 each Exp $ */
23 #include <isc/base32.h>
50 static const char base32[] = variable
124 return (base32_totext(source, wordlength, wordbreak, target, base32));
136 * State of a base32 decoding process in progress.
141 int digits; /*%< Number of buffered base32 digits */
288 return (base32_tobuffer(lexer, base32, target, length));
315 return (base32_decodestring(cstr, base32, target));
339 return (base32_decoderegion(source, base32, target));
/freebsd-9.3-release/contrib/bind9/bin/tools/
H A Dnsec3hash.c24 #include <isc/base32.h>
/freebsd-9.3-release/lib/bind/isc/
H A DMakefile30 assertions.c backtrace.c base32.c base64.c bitstring.c \
61 ${SRCDIR}/include/isc/base32.h \
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-verify.c27 #include <isc/base32.h>
H A Ddnssectool.c30 #include <isc/base32.h>
H A Ddnssec-signzone.c43 #include <isc/base32.h>
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak121 -@erase "$(INTDIR)\base32.obj"
243 "$(INTDIR)\base32.obj" \
318 -@erase "$(INTDIR)\base32.obj"
319 -@erase "$(INTDIR)\base32.sbr"
512 "$(INTDIR)\base32.sbr" \
600 "$(INTDIR)\base32.obj" \
1153 SOURCE=..\base32.c
1158 "$(INTDIR)\base32.obj" : $(SOURCE) "$(INTDIR)"
1165 "$(INTDIR)\base32.obj" "$(INTDIR)\base32
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dnsec3param_51.c41 #include <isc/base32.h>
H A Dnsec3_50.c41 #include <isc/base32.h>
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1555 int32_t base32; local
1562 base32 = base;
1563 error = copyout(&base32, uap->basep, sizeof(int32_t));
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dnsec3.c21 #include <isc/base32.h>
H A Dvalidator.c22 #include <isc/base32.h>

Completed in 127 milliseconds