/titanic_44/usr/src/lib/print/libhttp-core/common/ |
H A D | http.c | 1744 base64; /* Value of this character */ in httpDecode64_2() local 1767 base64 = *in - 'A'; in httpDecode64_2() 1769 base64 = *in - 'a' + 26; in httpDecode64_2() 1771 base64 = *in - '0' + 52; in httpDecode64_2() 1773 base64 = 62; in httpDecode64_2() 1775 base64 = 63; in httpDecode64_2() 1789 *outptr = base64 << 2; in httpDecode64_2() 1794 *outptr++ |= (base64 >> 4) & 3; in httpDecode64_2() 1796 *outptr = (base64 << 4) & 255; in httpDecode64_2() 1801 *outptr++ |= (base64 >> 2) & 15; in httpDecode64_2() [all …]
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | uuencode.c | 180 encode(FILE *in, FILE *out, int base64) in encode() argument 188 if (! base64) { in encode()
|
H A D | uudecode.c | 288 decode(FILE *in, FILE *out, int base64) in decode() argument 296 if (! base64) { /* use historical algorithm */ in decode()
|
/titanic_44/usr/src/lib/libiscsit/ |
H A D | Makefile.com | 30 ISCSI_OBJS_SHARED= base64.o
|
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/ |
H A D | Makefile.com | 42 base64.o \
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsiAuthClient.c | 372 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 D | iscsiAuthClient.h | 271 int base64; member
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | iscsi_authclient.h | 272 int base64; member
|
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | llib-lopenbsd-compat | 30 #include <base64.h>
|
/titanic_44/usr/src/lib/libresolv2/ |
H A D | Makefile.com | 59 ISCOBJS= assertions.o base64.o bitncmp.o ctl_clnt.o \
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | llib-lssh | 37 #include <base64.h>
|
/titanic_44/usr/src/lib/libast/ |
H A D | Makefile.com | 456 common/string/base64.o \
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | DNSDigest.c | 1175 #pragma mark - base64 -> binary conversion
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 11 10-02-02 string/base64.c: fix corner case output buffer overflow 660 03-02-13 string/base64.c: handle catenated encodings 671 03-01-28 ast.h,string/base64.c: add base64encode() and base64decode()
|
/titanic_44/usr/src/uts/common/ |
H A D | Makefile.files | 1833 IDM_SHARED_OBJS += base64.o
|
/titanic_44/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 1151 - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported 1233 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
|
/titanic_44/usr/src/lib/libshell/common/ |
H A D | RELEASE | 10 10-02-02 A buffer overflow in read and another in binary type base64
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 3107 # p2 = the base64-encoded clipboard content.
|
H A D | terminfo.src | 3553 # p2 = the base64-encoded clipboard content.
|