HomeSort by: relevance | last modified time | path
    Searched refs:base32 (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/tests/usr.bin/mtree/
t_sets.sh 47 set_case base32
t_sets.sh 47 set_case base32
  /src/external/mpl/bind/dist/lib/isc/
base32.c 1 /* $NetBSD: base32.c,v 1.10 2026/01/29 18:37:54 christos Exp $ */
20 #include <isc/base32.h>
40 static const char base32[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=" variable
114 return base32_totext(source, wordlength, wordbreak, target, base32,
133 * State of a base32 decoding process in progress.
138 int digits; /*%< Number of buffered base32 digits */
320 return base32_tobuffer(lexer, base32, true, target, length);
356 return base32_decodestring(cstr, base32, true, target);
387 return base32_decoderegion(source, base32, true, target);
base32.c 1 /* $NetBSD: base32.c,v 1.10 2026/01/29 18:37:54 christos Exp $ */
20 #include <isc/base32.h>
40 static const char base32[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=" variable
114 return base32_totext(source, wordlength, wordbreak, target, base32,
133 * State of a base32 decoding process in progress.
138 int digits; /*%< Number of buffered base32 digits */
320 return base32_tobuffer(lexer, base32, true, target, length);
356 return base32_decodestring(cstr, base32, true, target);
387 return base32_decoderegion(source, base32, true, target);
  /src/external/mpl/dhcp/bind/dist/lib/isc/
base32.c 1 /* $NetBSD: base32.c,v 1.1 2024/02/18 20:57:48 christos Exp $ */
20 #include <isc/base32.h>
47 static const char base32[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=" variable
121 return (base32_totext(source, wordlength, wordbreak, target, base32,
140 * State of a base32 decoding process in progress.
145 int digits; /*%< Number of buffered base32 digits */
339 return (base32_tobuffer(lexer, base32, true, target, length));
374 return (base32_decodestring(cstr, base32, true, target));
404 return (base32_decoderegion(source, base32, true, target));
base32.c 1 /* $NetBSD: base32.c,v 1.1 2024/02/18 20:57:48 christos Exp $ */
20 #include <isc/base32.h>
47 static const char base32[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=" variable
121 return (base32_totext(source, wordlength, wordbreak, target, base32,
140 * State of a base32 decoding process in progress.
145 int digits; /*%< Number of buffered base32 digits */
339 return (base32_tobuffer(lexer, base32, true, target, length));
374 return (base32_decodestring(cstr, base32, true, target));
404 return (base32_decoderegion(source, base32, true, target));
  /src/external/mpl/bind/dist/bin/tools/
nsec3hash.c 22 #include <isc/base32.h>
nsec3hash.c 22 #include <isc/base32.h>
  /src/external/mpl/bind/lib/libisc/
Makefile 34 SRCS= ascii.c assertions.c async.c base32.c base64.c \
Makefile 34 SRCS= ascii.c assertions.c async.c base32.c base64.c \
  /src/external/mpl/dhcp/bind/lib/libisc/
Makefile 37 SRCS= app.c assertions.c astack.c base32.c base64.c bind9.c buffer.c \
Makefile 37 SRCS= app.c assertions.c astack.c base32.c base64.c bind9.c buffer.c \
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-verify.c 23 #include <isc/base32.h>
dnssec-verify.c 23 #include <isc/base32.h>
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
nsec3param_51.c 37 #include <isc/base32.h>
nsec3param_51.c 37 #include <isc/base32.h>
nsec3_50.c 37 #include <isc/base32.h>
nsec3_50.c 37 #include <isc/base32.h>
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
nsec3param_51.c 37 #include <isc/base32.h>
nsec3param_51.c 37 #include <isc/base32.h>
nsec3_50.c 37 #include <isc/base32.h>
  /src/external/gpl3/gdb/dist/gdb/features/
Makefile 234 loongarch/base32.xml \
Makefile 234 loongarch/base32.xml \
  /src/external/gpl3/gdb.old/dist/gdb/features/
Makefile 237 loongarch/base32.xml \
Makefile 237 loongarch/base32.xml \

Completed in 98 milliseconds

1 2