Searched defs:Base64EncodeUrlSafe (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/child/webcrypto/
H A Djwk.cc241 Base64EncodeUrlSafe(base::StringPiece(
718 std::string Base64EncodeUrlSafe(const base::StringPiece& input) { function in namespace:content::webcrypto
727 std::string Base64EncodeUrlSafe(const std::vector<uint8_t>& input) { function in namespace:content::webcrypto
730 return Base64EncodeUrlSafe(string_piece);

Completed in 569 milliseconds