HomeSort by relevance Sort by last modified time
    Searched refs:BASE64 (Results 1 - 13 of 13) sorted by null

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_misc.h 1 /* ---- BASE64 Routines ---- */
2 #ifdef BASE64
tomcrypt_custom.h 130 #define BASE64
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
charset.py 24 BASE64 = 2 # Base64
25 SHORTEST = 3 # the shorter of QP and base64, but only for headers
56 'big5': (BASE64, BASE64, None),
57 'gb2312': (BASE64, BASE64, None),
58 'euc-jp': (BASE64, None, 'iso-2022-jp'),
59 'shift_jis': (BASE64, None, 'iso-2022-jp'),
60 'iso-2022-jp': (BASE64, None, None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
charset.py 24 BASE64 = 2 # Base64
25 SHORTEST = 3 # the shorter of QP and base64, but only for headers
56 'big5': (BASE64, BASE64, None),
57 'gb2312': (BASE64, BASE64, None),
58 'euc-jp': (BASE64, None, 'iso-2022-jp'),
59 'shift_jis': (BASE64, None, 'iso-2022-jp'),
60 'iso-2022-jp': (BASE64, None, None)
    [all...]
  /external/ipsec-tools/src/racoon/
prsa_par.h 62 BASE64 = 278
86 #define BASE64 278
prsa_tok.l 54 base64 [A-Za-z0-9+/=]
69 0s{base64}+ {
71 return BASE64;
prsa_par.y 143 %token ADDR4 ADDR6 ADDRANY SLASH NUMBER BASE64
147 %type <chr> ADDR4 ADDR6 BASE64
207 | TAG_PUB BASE64
  /external/dropbear/libtomcrypt/src/misc/base64/
base64_decode.c 15 Compliant base64 code donated by Wayne Scott (wscott@bitmover.com)
19 #ifdef BASE64
46 base64 decode a block of memory
47 @param in The base64 data to decode
48 @param inlen The length of the base64 data
102 /* $Source: /cvs/libtom/libtomcrypt/src/misc/base64/base64_decode.c,v $ */
base64_encode.c 15 Compliant base64 encoder donated by Wayne Scott (wscott@bitmover.com)
19 #ifdef BASE64
25 base64 Encode a buffer (NUL terminated)
28 @param out [out] The destination of the base64 encoded data
79 /* $Source: /cvs/libtom/libtomcrypt/src/misc/base64/base64_encode.c,v $ */
  /external/chromium/third_party/libjingle/source/talk/base/
helpers.cc 40 #include "talk/base/base64.h"
190 // TODO: Use Base64::Base64Table instead.
191 static const char BASE64[64] = {
236 str->push_back(BASE64[bytes[i] & 63]);
  /external/chromium_org/third_party/libjingle/source/talk/base/
helpers.cc 45 #include "talk/base/base64.h"
187 // TODO: Use Base64::Base64Table instead.
188 static const char BASE64[64] = {
255 return CreateRandomString(len, BASE64, 64, str);
  /external/chromium_org/remoting/webapp/
host_native_messaging.js 382 * hash value base64-encoded to the callback.
403 * host (PublicKeyInfo structure encoded with ASN.1 DER, and then BASE64).
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 201 milliseconds