Searched refs:DecodeBase64 (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
H A Ddatapiece.h172 bool DecodeBase64(StringPiece src, string* dest) const;
H A Ddatapiece.cc252 if (!DecodeBase64(str_, &decoded)) {
322 bool DataPiece::DecodeBase64(StringPiece src, string* dest) const { function in class:google::protobuf::util::converter::DataPiece
/external/boringssl/src/ssl/
H A Dssl_test.cc652 static bool DecodeBase64(std::vector<uint8_t> *out, const char *in) { function
675 if (!DecodeBase64(&input, input_b64)) {
749 if (!DecodeBase64(&input, input_b64)) {
850 if (!DecodeBase64(&der, kOpenSSLSession)) {

Completed in 1302 milliseconds