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

/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DJsonWebKey.cpp68 String8 encodedKey, encodedKeyId; local
74 encodedKey.clear();
79 if (findKey(mJsonObjects[i], &encodedKeyId, &encodedKey)) {
80 if (encodedKeyId.isEmpty() || encodedKey.isEmpty()) {
90 if (!decodeBase64String(encodedKey, &decodedKey)) {
91 ALOGE("Failed to decode key(%s)", encodedKey.string());
133 String8* encodedKey) {
149 findValue(kKeyTag, encodedKey);
132 findKey(const String8& jsonObject, String8* keyId, String8* encodedKey) argument
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DJsonWebKey.cpp69 std::string encodedKey, encodedKeyId; local
75 encodedKey.clear();
80 if (findKey(mJsonObjects[i], &encodedKeyId, &encodedKey)) {
81 if (encodedKeyId.empty() || encodedKey.empty()) {
91 if (!decodeBase64String(encodedKey, &decodedKey)) {
92 ALOGE("Failed to decode key(%s)", encodedKey.c_str());
134 std::string* encodedKey) {
150 findValue(kKeyTag, encodedKey);
133 findKey(const std::string& jsonObject, std::string* keyId, std::string* encodedKey) argument

Completed in 83 milliseconds