| /trueos/sbin/iscontrol/ |
| HD | misc.c | 64 static char base64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" variable 73 if(base64[i] == c64) in c64tobin() 192 *ds++ = base64[*cp >> 2]; in bin2str() 197 *ds++ = base64[b6]; in bin2str() 202 *ds++ = base64[b6]; in bin2str() 203 *ds++ = base64[*cp & 0x3f]; in bin2str() 211 *ds++ = base64[b6]; in bin2str() 216 *ds++ = base64[b6]; in bin2str()
|
| /trueos/crypto/openssl/doc/crypto/ |
| HD | BIO_f_base64.pod | 5 BIO_f_base64 - base64 BIO filter 16 BIO_f_base64() returns the base64 BIO method. This is a filter 17 BIO that base64 encodes any data written through it and decodes 22 BIO_flush() on a base64 BIO that is being written through is 32 Because of the format of base64 encoding the end of the encoded 37 BIO_f_base64() returns the base64 BIO method. 74 The ambiguity of EOF in base64 encoded data can cause additional 75 data following the base64 encoded block to be misinterpreted.
|
| HD | BIO_push.pod | 37 a base64 BIO and B<f> is a file BIO. 49 by B<md1> and B<md2>, B<base64> encoded and written to B<f>. 52 direction, that is data is read from B<f>, base64 B<decoded> and digested
|
| /trueos/contrib/libarchive/libarchive/ |
| HD | archive_write_add_filter_b64encode.c | 66 static const char base64[] = { variable 189 archive_strappend_char(as, base64[c]); in b64_encode() 191 archive_strappend_char(as, base64[c]); in b64_encode() 193 archive_strappend_char(as, base64[c]); in b64_encode() 195 archive_strappend_char(as, base64[c]); in b64_encode() 199 archive_strappend_char(as, base64[c]); in b64_encode() 202 archive_strappend_char(as, base64[c]); in b64_encode() 207 archive_strappend_char(as, base64[c]); in b64_encode() 209 archive_strappend_char(as, base64[c]); in b64_encode()
|
| HD | archive_read_support_filter_uu.c | 138 static const unsigned char base64[256] = { variable 358 if (!base64[*b++]) in uudecode_bidder_bid() 368 if (avail > 0 && base64[*b]) in uudecode_bidder_bid() 637 if (!base64[b[0]] || !base64[b[1]]) in uudecode_filter_read() 647 if (!base64[*b]) in uudecode_filter_read() 656 if (!base64[*b]) in uudecode_filter_read()
|
| /trueos/usr.bin/uuencode/ |
| HD | uuencode.c | 75 int base64; in main() local 79 base64 = 0; in main() 83 base64 = 1; in main() 88 base64 = 1; in main() 126 if (base64) in main()
|
| /trueos/crypto/openssl/apps/ |
| HD | rand.c | 85 int base64 = 0; in MAIN() local 125 if (!base64) in MAIN() 126 base64 = 1; in MAIN() 145 if (hex && base64) in MAIN() 191 if (base64) { in MAIN()
|
| HD | enc.c | 116 int enc = 1, printkey = 0, i, base64 = 0; in MAIN() local 147 base64 = 1; in MAIN() 155 if (!do_zlib && !base64 && (cipher == NULL) in MAIN() 158 if (!base64 && (cipher == NULL) && (strcmp(pname, "enc") != 0)) in MAIN() 209 base64 = 1; in MAIN() 211 base64 = 1; in MAIN() 369 if (base64 && n < 80) in MAIN() 477 if (base64) { in MAIN()
|
| /trueos/crypto/openssl/crypto/evp/ |
| HD | bio_b64.c | 92 EVP_ENCODE_CTX base64; member 168 EVP_DecodeInit(&(ctx->base64)); in b64_read() 247 k = EVP_DecodeUpdate(&(ctx->base64), in b64_read() 251 EVP_DecodeInit(&ctx->base64); in b64_read() 260 EVP_DecodeInit(&ctx->base64); in b64_read() 328 i = EVP_DecodeUpdate(&(ctx->base64), in b64_read() 375 EVP_EncodeInit(&(ctx->base64)); in b64_write() 444 EVP_EncodeUpdate(&(ctx->base64), in b64_write() 499 && (ctx->base64.num != 0)) in b64_ctrl() 527 } else if (ctx->encode != B64_NONE && ctx->base64.num != 0) { in b64_ctrl() [all …]
|
| /trueos/usr.bin/uudecode/ |
| HD | uudecode.c | 70 static int base64, cflag, iflag, oflag, pflag, rflag, sflag; variable 84 base64 = 1; in main() 97 base64 = 1; in main() 157 if (base64) in decode() 186 base64 = 0; in decode2() 193 base64 = 1; in decode2() 296 if (base64) in decode2()
|
| /trueos/contrib/netbsd-tests/usr.bin/gzip/ |
| HD | t_gzip.sh | 60 begin-base64 644 truncated.gz 77 begin-base64 644 crcerror.gz 94 begin-base64 644 good.gz
|
| /trueos/crypto/openssl/doc/apps/ |
| HD | rand.pod | 12 [B<-base64>] 41 =item B<-base64> 43 Perform base64 encoding on the output.
|
| HD | enc.pod | 15 [B<-a/-base64>] 78 base64 process the data. This means that if encryption is taking place 79 the data is base64 encoded after encryption. If decryption is set then 80 the input data is base64 decoded before being decrypted. 82 =item B<-base64> 88 if the B<-a> option is set then base64 process the data on one line. 223 base64 Base 64 294 Just base64 encode a binary file: 296 openssl base64 -in file.bin -out file.b64 300 openssl base64 -d -in file.b64 -out file.bin [all …]
|
| HD | crl2pkcs7.pod | 30 structure.B<PEM> (the default) is a base64 encoded version of 36 encoded PKCS#7 structure.B<PEM> (the default) is a base64 encoded version of
|
| /trueos/lib/libiconv_modules/UTF7/ |
| HD | citrus_utf7.c | 109 static const char base64[] = variable 311 psenc->ch[psenc->chlen++] = base64[i]; in _citrus_UTF7_utf16tomb() 335 psenc->ch[psenc->chlen++] = base64[i]; in _citrus_UTF7_utf16tomb() 399 psenc->ch[psenc->chlen++] = base64[pos]; in _citrus_UTF7_put_state_reset() 478 FILL(base64, (s - base64) + 1); in _citrus_UTF7_encoding_module_init()
|
| /trueos/kerberos5/lib/libroken/ |
| HD | Makefile | 9 base64.h \ 19 SRCS= base64.c \
|
| /trueos/crypto/heimdal/lib/roken/ |
| HD | Makefile.am | 26 base64-test \ 69 base64.c \ 178 base64.h \
|
| /trueos/usr.bin/uuencode/tests/ |
| HD | regress.sh | 8 REGRESSION_TEST(`base64', `uuencode -m regress.in <${SRCDIR}/regress.in')
|
| HD | Makefile | 8 FILES= regress.base64.out
|
| /trueos/usr.bin/uudecode/tests/ |
| HD | regress.sh | 8 REGRESSION_TEST_ONE(`uudecode -p <${SRCDIR}/regress.base64.in', `base64')
|
| HD | Makefile | 8 FILES= regress.base64.in
|
| /trueos/lib/libfetch/ |
| HD | http.c | 968 static const char base64[] = in http_base64() local 984 dst[0] = base64[(t >> 18) & 0x3f]; in http_base64() 985 dst[1] = base64[(t >> 12) & 0x3f]; in http_base64() 986 dst[2] = base64[(t >> 6) & 0x3f]; in http_base64() 987 dst[3] = base64[(t >> 0) & 0x3f]; in http_base64() 995 dst[0] = base64[(t >> 18) & 0x3f]; in http_base64() 996 dst[1] = base64[(t >> 12) & 0x3f]; in http_base64() 997 dst[2] = base64[(t >> 6) & 0x3f]; in http_base64() 1004 dst[0] = base64[(t >> 18) & 0x3f]; in http_base64() 1005 dst[1] = base64[(t >> 12) & 0x3f]; in http_base64()
|
| /trueos/contrib/wpa/wpa_supplicant/ |
| HD | nmake.mak | 110 $(OBJDIR)\base64.obj \ 137 $(OBJDIR)\config_file.obj $(OBJDIR)\base64.obj 141 $(OBJDIR)\config_file.obj $(OBJDIR)\base64.obj
|
| /trueos/lib/libdispatch/private/ |
| HD | data_private.h | 234 DISPATCH_DATA_FORMAT_TYPE_DECL(base64);
|
| /trueos/contrib/netbsd-tests/sbin/resize_ffs/ |
| HD | common.sh | 9 TDBASE64=$(atf_get_srcdir)/testdata.tar.gz.base64
|