Searched refs:Base64Encode (Results 1 – 3 of 3) sorted by relevance
76 OPENSSL_EXPORT bool Base64Encode(const std::string_view &input,
159 string_util::Base64Encode(data, &b64_encoded); in PEMEncode()
173 bool Base64Encode(const std::string_view &input, std::string *output) { in Base64Encode() function
Completed in 4 milliseconds