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

/external/chromium_org/content/child/webcrypto/
H A Djwk.h127 CONTENT_EXPORT bool Base64DecodeUrlSafe(const std::string& input,
131 // Base64DecodeUrlSafe() above.
H A Djwk.cc321 if (!Base64DecodeUrlSafe(base64_string, result))
708 bool Base64DecodeUrlSafe(const std::string& input, std::string* output) { function in namespace:content::webcrypto
/external/chromium_org/content/child/webcrypto/test/
H A Dtest_helpers.cc471 if (!Base64DecodeUrlSafe(value_string, &k_value))
472 return ::testing::AssertionFailure() << "Base64DecodeUrlSafe(k) failed";
498 if (!Base64DecodeUrlSafe(value_string, &n_value))
499 return ::testing::AssertionFailure() << "Base64DecodeUrlSafe(n) failed";
510 if (!Base64DecodeUrlSafe(value_string, &e_value))
511 return ::testing::AssertionFailure() << "Base64DecodeUrlSafe(e) failed";

Completed in 1001 milliseconds