Home
last modified time | relevance | path

Searched refs:base64 (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c1742 base64; /* Value of this character */ in httpDecode64_2() local
1765 base64 = *in - 'A'; in httpDecode64_2()
1767 base64 = *in - 'a' + 26; in httpDecode64_2()
1769 base64 = *in - '0' + 52; in httpDecode64_2()
1771 base64 = 62; in httpDecode64_2()
1773 base64 = 63; in httpDecode64_2()
1787 *outptr = base64 << 2; in httpDecode64_2()
1792 *outptr++ |= (base64 >> 4) & 3; in httpDecode64_2()
1794 *outptr = (base64 << 4) & 255; in httpDecode64_2()
1799 *outptr++ |= (base64 >> 2) & 15; in httpDecode64_2()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/longevity/
H A Dslop_space_test.ksh178 PROPVAL=$(dd if=/dev/urandom bs=6000 count=1 | base64 -w 0)
194 PROPVAL=$(dd if=/dev/urandom bs=6000 count=1 | base64 -w 0)
/illumos-gate/usr/src/cmd/bnu/
H A Duuencode.c180 encode(FILE *in, FILE *out, int base64) in encode() argument
188 if (! base64) { in encode()
H A Duudecode.c286 decode(FILE *in, FILE *out, int base64) in decode() argument
294 if (! base64) { /* use historical algorithm */ in decode()
/illumos-gate/usr/src/lib/libiscsit/
H A DMakefile.com30 ISCSI_OBJS_SHARED= base64.o
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A DiscsiAuthClient.c372 iscsiAuthClientDataToText(int base64, unsigned char *data, in iscsiAuthClientDataToText() argument
377 if (base64) { in iscsiAuthClientDataToText()
1115 (void) iscsiAuthClientDataToText(client->base64, in iscsiAuthClientLocalAuthentication()
1863 if (iscsiAuthClientDataToText(client->base64, in iscsiAuthClientSendKeyValue()
2002 client->base64 = FALSE; in iscsiAuthClientInit()
2500 iscsiAuthClientSetBase64(IscsiAuthClient * client, int base64) in iscsiAuthClientSetBase64() argument
2511 client->base64 = base64; in iscsiAuthClientSetBase64()
H A DiscsiAuthClient.h271 int base64; member
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dhurl.sh183 … AUTHORIZE=$'\nAuthorization: '$type' '$(print -n -r -- "$authorize" | uuencode -h -x base64)$'\r'
/illumos-gate/usr/src/uts/common/sys/
H A Discsi_authclient.h272 int base64; member
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dcommands.cfg27 base64
/illumos-gate/usr/src/lib/libresolv2/
H A DMakefile.com59 ISCOBJS= assertions.o base64.o bitncmp.o ctl_clnt.o \
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs485 string/base64.o \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile90 base64.c recfmt.c recstr.c reclen.c fmtrec.c \
H A DMamfile1646 make base64.o
1647 make string/base64.c
1649 done string/base64.c
1650 meta base64.o %.c>%.o string/base64.c base64
1651 prev string/base64.c
1652 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c string/base64.c
1653 done base64.o generated
6101 …localeconv.o setlocale.o translate.o catopen.o iconv.o lc.o lctab.o mc.o base64.o recfmt.o recstr.…
H A DRELEASE199 10-02-02 string/base64.c: fix corner case output buffer overflow
848 03-02-13 string/base64.c: handle catenated encodings
859 03-01-28 ast.h,string/base64.c: add base64encode() and base64decode()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DDNSDigest.c1145 #pragma mark - base64 -> binary conversion
/illumos-gate/usr/src/uts/common/
H A DMakefile.files1940 IDM_SHARED_OBJS += base64.o
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE916 10-02-02 A buffer overflow in read and another in binary type base64
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src3107 # p2 = the base64-encoded clipboard content.
H A Dterminfo.src3553 # p2 = the base64-encoded clipboard content.