Searched refs:key_params (Results 1 - 3 of 3) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
H A D | cryptoparams.h | 40 : tag(t), cipher_suite(cs), key_params(kp), session_params(sp) {} 48 std::string key_params; member in struct:cricket::CryptoParams
|
H A D | srtpfilter.cc | 195 ret = (ParseKeyParams(send_params.key_params, send_key, sizeof(send_key)) && 196 ParseKeyParams(recv_params.key_params, recv_key, sizeof(recv_key))); 222 bool SrtpFilter::ParseKeyParams(const std::string& key_params, argument 224 // example key_params: "inline:YUJDZGVmZ2hpSktMbW9QUXJzVHVWd3l6MTIzNDU2" 227 if (key_params.find("inline:") != 0) { 232 std::string key_b64(key_params.substr(7)), key_str;
|
H A D | mediasessionclient.cc | 108 out->key_params = kInline + key; 491 const std::string& key_params = element->Attr(QN_CRYPTO_KEY_PARAMS); local 496 *out = CryptoParams(tag, crypto_suite, key_params, session_params); 818 crypto_elem->AddAttr(QN_CRYPTO_KEY_PARAMS, i->key_params);
|
Completed in 55 milliseconds