HomeSort by relevance Sort by last modified time
    Searched refs:Base64DecodeUrlSafe (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/child/webcrypto/
jwk.h 127 CONTENT_EXPORT bool Base64DecodeUrlSafe(const std::string& input,
131 // Base64DecodeUrlSafe() above.
jwk.cc 321 if (!Base64DecodeUrlSafe(base64_string, result))
708 bool Base64DecodeUrlSafe(const std::string& input, std::string* output) {
  /external/chromium_org/content/child/webcrypto/test/
test_helpers.cc 471 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 109 milliseconds