Home
last modified time | relevance | path

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

1234

/trueos/sbin/iscontrol/
HDmisc.c64 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/
HDBIO_f_base64.pod5 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.
HDBIO_push.pod37 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/
HDarchive_write_add_filter_b64encode.c66 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()
HDarchive_read_support_filter_uu.c138 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/
HDuuencode.c75 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/
HDrand.c85 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()
HDenc.c116 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/
HDbio_b64.c92 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/
HDuudecode.c70 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/
HDt_gzip.sh60 begin-base64 644 truncated.gz
77 begin-base64 644 crcerror.gz
94 begin-base64 644 good.gz
/trueos/crypto/openssl/doc/apps/
HDrand.pod12 [B<-base64>]
41 =item B<-base64>
43 Perform base64 encoding on the output.
HDenc.pod15 [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 …]
HDcrl2pkcs7.pod30 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/
HDcitrus_utf7.c109 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/
HDMakefile9 base64.h \
19 SRCS= base64.c \
/trueos/crypto/heimdal/lib/roken/
HDMakefile.am26 base64-test \
69 base64.c \
178 base64.h \
/trueos/usr.bin/uuencode/tests/
HDregress.sh8 REGRESSION_TEST(`base64', `uuencode -m regress.in <${SRCDIR}/regress.in')
HDMakefile8 FILES= regress.base64.out
/trueos/usr.bin/uudecode/tests/
HDregress.sh8 REGRESSION_TEST_ONE(`uudecode -p <${SRCDIR}/regress.base64.in', `base64')
HDMakefile8 FILES= regress.base64.in
/trueos/lib/libfetch/
HDhttp.c968 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/
HDnmake.mak110 $(OBJDIR)\base64.obj \
137 $(OBJDIR)\config_file.obj $(OBJDIR)\base64.obj
141 $(OBJDIR)\config_file.obj $(OBJDIR)\base64.obj
/trueos/lib/libdispatch/private/
HDdata_private.h234 DISPATCH_DATA_FORMAT_TYPE_DECL(base64);
/trueos/contrib/netbsd-tests/sbin/resize_ffs/
HDcommon.sh9 TDBASE64=$(atf_get_srcdir)/testdata.tar.gz.base64

1234