Searched refs:BASE64 (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Lib/email/ |
D | charset.py | 23 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/ |
D | prsa_par.h | 62 BASE64 = 278 enumerator 86 #define BASE64 278 macro
|
D | prsa_par.y | 143 %token ADDR4 ADDR6 ADDRANY SLASH NUMBER BASE64 147 %type <chr> ADDR4 ADDR6 BASE64 207 | TAG_PUB BASE64
|
D | prsa_tok.l | 71 return BASE64;
|
/external/python/cpython2/Doc/library/ |
D | email.charset.rst | 57 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/ |
D | RELEASE-NOTES.txt | 34 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/ |
D | BaseEncoding.java | 288 private static final BaseEncoding BASE64 = new StandardBaseEncoding( field in BaseEncoding 305 return BASE64; in base64()
|
/external/guava/guava/src/com/google/common/io/ |
D | BaseEncoding.java | 345 private static final BaseEncoding BASE64 = new StandardBaseEncoding( 362 return BASE64;
|
/external/libmicrohttpd/doc/ |
D | libmicrohttpd.texi | 2100 on BASE64 algorithm. Username and password are exchanged in clear
|
D | libmicrohttpd.info | 1830 BASE64 algorithm. Username and password are exchanged in clear between
|