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

/external/chromium_org/media/cdm/
H A Djson_web_key.cc100 std::string encoded_key; local
105 if (!jwk.GetString(kKeyTag, &encoded_key)) {
117 std::string raw_key = DecodeBase64(encoded_key);
119 DVLOG(1) << "Invalid '" << kKeyTag << "' value: " << encoded_key; local
246 std::string encoded_key; local
247 if (!list_val->GetString(0, &encoded_key)) {
252 std::string decoded_string = DecodeBase64(encoded_key);
254 DVLOG(1) << "Invalid '" << kKeyIdsTag << "' value: " << encoded_key; local
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dandroid_rsa.cc184 std::string encoded_key = local
188 if (!encoded_key.empty() && base::Base64Decode(encoded_key, &decoded_key)) {
199 base::Base64Encode(key_string, &encoded_key);
201 encoded_key);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.cc1772 std::string encoded_key; local
1773 EncodeIDBKey(user_key, &encoded_key);
1774 return Encode(database_id, object_store_id, encoded_key);
1805 const std::string& encoded_key) {
1809 ret.append(encoded_key);
1816 std::string encoded_key; local
1817 EncodeIDBKey(user_key, &encoded_key);
1818 return Encode(database_id, object_store_id, encoded_key);
1896 std::string encoded_key; local
1897 EncodeIDBKey(user_key, &encoded_key);
1803 Encode(int64 database_id, int64 object_store_id, const std::string& encoded_key) argument
1968 std::string encoded_key; local
1979 std::string encoded_key; local
[all...]
H A Dindexed_db_backing_store.cc2189 std::string encoded_key;
2190 EncodeIDBKey(key, &encoded_key);
2191 found_record_identifier->Reset(encoded_key, version);
2681 std::string encoded_key = blob_entry_key.Encode(); local
2684 leveldb::Status s = transaction()->Get(encoded_key, &encoded_value, &found);
2827 std::string encoded_key;
2828 EncodeIDBKey(key, &encoded_key);
2834 encoded_key,
3312 std::string encoded_key; local
3313 EncodeIDBKey(*current_key_, &encoded_key);
3376 std::string encoded_key; local
[all...]
H A Dindexed_db_leveldb_coding.h407 const std::string& encoded_key);
/external/chromium_org/content/child/webcrypto/nss/
H A Drsa_key_nss.cc291 crypto::ScopedSECItem encoded_key(
297 crypto::ScopedSECItem encoded_key(PK11_ExportDERPrivateKeyInfo(key, NULL));
300 if (!encoded_key.get())
303 buffer->assign(encoded_key->data, encoded_key->data + encoded_key->len);
/external/chromium_org/sync/internal_api/
H A Dsync_encryption_handler_impl_unittest.cc632 std::string encoded_key; local

Completed in 590 milliseconds