Home
last modified time | relevance | path

Searched refs:DecodeBase64 (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Ddatapiece.cc252 if (!DecodeBase64(str_, &decoded)) { in ToBytes()
322 bool DataPiece::DecodeBase64(StringPiece src, string* dest) const { in DecodeBase64() function in google::protobuf::util::converter::DataPiece
Ddatapiece.h172 bool DecodeBase64(StringPiece src, string* dest) const;
/external/boringssl/src/crypto/base64/
Dbase64_test.cc142 TEST_P(Base64Test, DecodeBase64) { in TEST_P() argument
/external/boringssl/src/ssl/
Dssl_test.cc638 static bool DecodeBase64(std::vector<uint8_t> *out, const char *in) { in DecodeBase64() function
661 if (!DecodeBase64(&input, input_b64)) { in TestSSL_SESSIONEncoding()
735 if (!DecodeBase64(&input, input_b64)) { in TestBadSSL_SESSIONEncoding()
817 if (!DecodeBase64(&der, kOpenSSLSession)) { in CreateSessionWithTicket()