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

/external/chromium_org/extensions/browser/
H A Dverified_contents.cc299 std::string protected_value;
302 if (!signature_dict->GetString(kProtectedKey, &protected_value) ||
313 VerifySignature(protected_value, encoded_payload, decoded_signature);
324 bool VerifiedContents::VerifySignature(const std::string& protected_value, argument
340 reinterpret_cast<const uint8*>(protected_value.data()),
341 protected_value.size());
H A Dverified_contents.h65 // The |protected_value| and |payload| arguments should be base64url encoded
69 bool VerifySignature(const std::string& protected_value,

Completed in 72 milliseconds