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

/external/chromium_org/content/child/webcrypto/
H A Djwk.cc316 std::string base64_string; local
317 Status status = GetJwkString(dict, path, &base64_string);
321 if (!Base64DecodeUrlSafe(base64_string, result))

Completed in 3240 milliseconds