Searched defs:key_str (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/remoting/base/
H A Drsa_key_pair.cc41 std::string key_str; local
42 if (!base::Base64Decode(key_base64, &key_str)) {
47 std::vector<uint8> key_buf(key_str.begin(), key_str.end());
64 std::string key_str(key_buf.begin(), key_buf.end());
66 base::Base64Encode(key_str, &key_base64);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportallocator.cc70 std::string key_str = ice_ufrag + ":" + ice_pwd; local
71 PortAllocatorSessionMuxer* muxer = GetSessionMuxer(key_str);
80 muxers_[key_str] = muxer;
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dleveldb_wrapper.cc73 const std::string key_str = key().ToString(); local
76 std::make_pair(key_str, deletion));
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dsrtpfilter.cc451 std::string key_b64(key_params.substr(7)), key_str; local
453 &key_str, NULL) ||
454 static_cast<int>(key_str.size()) != len) {
458 memcpy(key, key_str.c_str(), len);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_graph_state.cpp483 CFX_ByteString key_str; local
484 CPDF_Object* pObject = pGS->GetNextElement(pos, key_str)->GetDirect();
488 FX_DWORD key = key_str.GetID();
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwps_supplicant.c759 char key_str[65]; local
762 key_str[0] = '\0';
765 os_memcpy(key_str, cred->key, cred->key_len);
766 key_str[cred->key_len] = '\0';
776 cred->auth_type, cred->encr_type, key_str);

Completed in 1460 milliseconds