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

/external/chromium_org/content/child/webcrypto/
H A Djwk.h132 CONTENT_EXPORT std::string Base64EncodeUrlSafe(const base::StringPiece& input);
133 CONTENT_EXPORT std::string Base64EncodeUrlSafe(
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);
/external/chromium_org/content/child/webcrypto/test/
H A Drsa_oaep_unittest.cc36 Base64EncodeUrlSafe(HexStringToBytes(kPublicKeyModulusHex)));
38 Base64EncodeUrlSafe(HexStringToBytes(kPublicKeyExponentHex)));

Completed in 2183 milliseconds