Searched refs:base32 (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/ntp/lib/isc/ |
| H A D | base32.c | 50 static const char base32[] = variable 124 return (base32_totext(source, wordlength, wordbreak, target, base32)); in isc_base32_totext() 288 return (base32_tobuffer(lexer, base32, target, length)); in isc_base32_tobuffer() 315 return (base32_decodestring(cstr, base32, target)); in isc_base32_decodestring() 339 return (base32_decoderegion(source, base32, target)); in isc_base32_decoderegion()
|
| /freebsd-13.1/contrib/ntp/lib/isc/win32/ |
| H A D | libisc.mak | 121 -@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.sbr" : $(SOURCE) "$(INTDIR)"
|
| H A D | libisc.dsp | 218 SOURCE=..\include\isc\base32.h 598 SOURCE=..\base32.c
|
| /freebsd-13.1/contrib/apr/encoding/ |
| H A D | apr_encode.c | 203 static const char base32[] = variable 584 base = base32; in apr_encode_base32() 688 base = base32; in apr_encode_base32_binary()
|
| /freebsd-13.1/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 1955 int32_t base32; in freebsd11_freebsd32_getdirentries() local 1963 base32 = base; in freebsd11_freebsd32_getdirentries() 1964 error = copyout(&base32, uap->basep, sizeof(int32_t)); in freebsd11_freebsd32_getdirentries()
|
| /freebsd-13.1/contrib/ldns/ |
| H A D | Changelog | 639 * base32 and base64 function names are now also prepended with ldns_ 693 * Added base32 conversion functions.
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | CommitLog | 97602 lib/isc/base32[email protected] +3 -1 163931 lib/isc/base32[email protected] +371 -0 163934 lib/isc/base32[email protected] +0 -0 164020 lib/isc/include/isc/base32[email protected] +128 -0 164023 lib/isc/include/isc/base32[email protected] +0 -0
|