Searched refs:Base64Decode (Results 1 - 15 of 15) sorted by relevance

/external/libchrome/base/
H A Dbase64.h21 BASE_EXPORT bool Base64Decode(const StringPiece& input, std::string* output);
H A Dbase64_unittest.cc22 ok = Base64Decode(encoded, &decoded);
35 bool ok = Base64Decode(text, &text);
H A Dbase64url.cc96 return Base64Decode(base64_input, output);
99 return Base64Decode(input, output);
H A Dbase64.cc24 bool Base64Decode(const StringPiece& input, std::string* output) { function in namespace:base
/external/libbrillo/brillo/
H A Ddata_encoding_unittest.cc99 TEST(data_encoding, Base64Decode) {
123 EXPECT_TRUE(Base64Decode(encoded1, &decoded));
126 EXPECT_TRUE(Base64Decode(encoded2, &decoded));
130 EXPECT_TRUE(Base64Decode(encoded3, &decoded_blob));
133 EXPECT_FALSE(Base64Decode("A", &decoded_blob));
136 EXPECT_TRUE(Base64Decode("/w==", &decoded_blob));
139 EXPECT_TRUE(Base64Decode("//8=", &decoded_blob));
142 EXPECT_FALSE(Base64Decode("AAECAwQFB,cI", &decoded_blob));
H A Ddata_encoding.h55 BRILLO_EXPORT bool Base64Decode(const std::string& input, brillo::Blob* output);
71 inline bool Base64Decode(const std::string& input, std::string* output) { function in namespace:brillo::data_encoding
73 if (!Base64Decode(input, &blob))
H A Ddata_encoding.cc128 bool Base64Decode(const std::string& input, brillo::Blob* output) { function in namespace:brillo::data_encoding
/external/ImageMagick/MagickCore/
H A Dutility.h52 *Base64Decode(const char *, size_t *);
H A Dutility.c324 % Base64Decode() decodes Base64-encoded text and returns its binary
328 % The format of the Base64Decode method is:
330 % unsigned char *Base64Decode(const char *source,length_t *length)
339 MagickExport unsigned char *Base64Decode(const char *source,size_t *length)
332 MagickExport unsigned char *Base64Decode(const char *source,size_t *length) function
H A Dconstitute.c920 blob=Base64Decode(p,&length);
H A Dmethods.h119 #define Base64Decode PrependMagickMethod(Base64Decode) macro
/external/webrtc/webrtc/libjingle/xmpp/
H A Dsaslmechanism.h51 static std::string Base64Decode(const std::string & encoded);
H A Dsaslmechanism.cc44 SaslMechanism::Base64Decode(const std::string & encoded) { function in class:buzz::SaslMechanism
/external/ImageMagick/Magick++/lib/
H A DBlob.cpp64 decoded=Base64Decode(base64_.c_str(),&length);
/external/ImageMagick/Magick++/lib/Magick++/
H A DInclude.h1141 using MagickCore::Base64Decode;

Completed in 574 milliseconds