Home
last modified time | relevance | path

Searched refs:BASE64 (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/email/
Dcharset.py23 BASE64 = 2 # Base64 variable
54 'big5': (BASE64, BASE64, None),
55 'gb2312': (BASE64, BASE64, None),
56 'euc-jp': (BASE64, None, 'iso-2022-jp'),
57 'shift_jis': (BASE64, None, 'iso-2022-jp'),
58 'iso-2022-jp': (BASE64, None, None),
59 'koi8-r': (BASE64, BASE64, None),
60 'utf-8': (SHORTEST, BASE64, 'utf-8'),
62 '8bit': (None, BASE64, 'utf-8'),
224 (SHORTEST, BASE64, None))
[all …]
/external/ipsec-tools/src/racoon/
Dprsa_par.h62 BASE64 = 278 enumerator
86 #define BASE64 278 macro
Dprsa_par.y143 %token ADDR4 ADDR6 ADDRANY SLASH NUMBER BASE64
147 %type <chr> ADDR4 ADDR6 BASE64
207 | TAG_PUB BASE64
Dprsa_tok.l71 return BASE64;
/external/python/cpython2/Doc/library/
Demail.charset.rst57 quoted-printable), ``Charset.BASE64`` (for base64 encoding), or
58 ``Charset.SHORTEST`` for the shortest of QP or BASE64 encoding. Otherwise,
104 returns the string ``base64`` if *body_encoding* is ``BASE64``, and
218 quoted-printable, ``Charset.BASE64`` for base64 encoding,
/external/owasp/sanitizer/lib/commons-codec-1.4/
DRELEASE-NOTES.txt34 o [CODEC-68] isBase64 throws ArrayIndexOutOfBoundsException on some non-BASE64 bytes.
/external/guava/guava-gwt/src-super/com/google/common/io/super/com/google/common/io/
DBaseEncoding.java288 private static final BaseEncoding BASE64 = new StandardBaseEncoding( field in BaseEncoding
305 return BASE64; in base64()
/external/guava/guava/src/com/google/common/io/
DBaseEncoding.java345 private static final BaseEncoding BASE64 = new StandardBaseEncoding(
362 return BASE64;
/external/libmicrohttpd/doc/
Dlibmicrohttpd.texi2100 on BASE64 algorithm. Username and password are exchanged in clear
Dlibmicrohttpd.info1830 BASE64 algorithm. Username and password are exchanged in clear between