HomeSort by relevance Sort by last modified time
    Searched refs:key_params (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
cryptoparams.h 40 : tag(t), cipher_suite(cs), key_params(kp), session_params(sp) {}
48 std::string key_params; member in struct:cricket::CryptoParams
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl.cc 333 KeyParams key_params = {"localhost", "dummy", passphrase}; local
393 if (cryptographer->AddKey(key_params)) {
431 if (cryptographer->DecryptPendingKeys(key_params)) {
447 temp_cryptographer.AddKey(key_params);
453 cryptographer->AddKey(key_params);
485 KeyParams key_params = {"localhost", "dummy", passphrase}; local
544 if (temp_cryptographer.DecryptPendingKeys(key_params)) {
554 cryptographer->DecryptPendingKeys(key_params);
568 cryptographer->DecryptPendingKeys(key_params);
579 if (cryptographer->DecryptPendingKeys(key_params)) {
1103 KeyParams key_params = {"localhost", "dummy", passphrase}; local
1148 KeyParams key_params = {"localhost", "dummy", passphrase}; local
1175 KeyParams key_params = {"localhost", "dummy", keystore_key_}; local
1383 KeyParams key_params = {"localhost", "dummy", keystore_key_}; local
1429 KeyParams key_params = {"localhost", "dummy", *iter}; local
1528 KeyParams key_params = {"localhost", "dummy", keystore_key}; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender_video.h 76 const FecProtectionParams* key_params);
rtp_sender_video.cc 260 const FecProtectionParams* key_params) {
262 assert(key_params);
264 key_fec_params_ = *key_params;
rtp_rtcp_impl.h 325 const FecProtectionParams* key_params) OVERRIDE;
rtp_rtcp_impl.cc     [all...]
rtp_sender.h 267 const FecProtectionParams *key_params);
rtp_sender.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
video_coding_defines.h 142 const FecProtectionParams* key_params,
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 402 applied_send_params_.key_params == send_params.key_params &&
404 applied_recv_params_.key_params == recv_params.key_params) {
413 ret = (ParseKeyParams(send_params.key_params, send_key, sizeof(send_key)) &&
414 ParseKeyParams(recv_params.key_params, recv_key, sizeof(recv_key)));
441 bool SrtpFilter::ParseKeyParams(const std::string& key_params,
443 // example key_params: "inline:YUJDZGVmZ2hpSktMbW9QUXJzVHVWd3l6MTIzNDU2"
446 if (key_params.find("inline:") != 0) {
451 std::string key_b64(key_params.substr(7)), key_str
    [all...]
srtpfilter_unittest.cc 278 answer[0].key_params = "inline:!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!";
288 answer[0].key_params = "outline:PS1uQCVeeCFCanVmcjkpPywjNWhcYD0mXXtxaVBR";
298 answer[0].key_params = "inline:PS1uQCVeeCFCanVmcjkpPywjNWhcYD0mXXtx";
308 answer[0].key_params = "inline:PS1uQCVeeCFCanVmcjkpPywjNWhcYD0mXXtxaVBRABCD";
318 answer[0].key_params =
374 offer[0].key_params = kTestKeyParams3;
376 answer[0].key_params = kTestKeyParams4;
411 answer[0].key_params = kTestKeyParams4;
    [all...]
mediasessionclient.cc 318 const std::string& key_params = element->Attr(QN_CRYPTO_KEY_PARAMS); local
323 *out = CryptoParams(tag, crypto_suite, key_params, session_params);
814 crypto_elem->AddAttr(QN_CRYPTO_KEY_PARAMS, i->key_params);
    [all...]
mediasession.cc 97 out->key_params = kInline;
98 out->key_params += key;
    [all...]
mediasessionclient_unittest.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
mt_rx_tx_test.cc 258 FecProtectionParams key_params = protectionCallback.KeyFecParameters(); local
259 rtp->SetFecParameters(&delta_params, &key_params);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp.h 717 const FecProtectionParams* key_params) = 0;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 256 const FecProtectionParams* key_params));
  /device/asus/grouper/keymaster/
keymaster_grouper.cpp 331 const keymaster_keypair_t type, const void* key_params,
340 if (key_params == NULL) {
345 keymaster_rsa_keygen_params_t* rsa_params = (keymaster_rsa_keygen_params_t*) key_params;
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 331 const keymaster_keypair_t type, const void* key_params,
340 if (key_params == NULL) {
345 keymaster_rsa_keygen_params_t* rsa_params = (keymaster_rsa_keygen_params_t*) key_params;
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 331 const keymaster_keypair_t type, const void* key_params,
340 if (key_params == NULL) {
345 keymaster_rsa_keygen_params_t* rsa_params = (keymaster_rsa_keygen_params_t*) key_params;
  /external/chromium_org/sync/engine/
syncer_unittest.cc 695 KeyParams key_params = {"localhost", "dummy", "foobar"}; local
724 GetCryptographer(&wtrans)->AddKey(key_params);
867 KeyParams key_params = {"localhost", "dummy", "foobar"}; local
869 other_cryptographer.AddKey(key_params);
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 1774 syncer::KeyParams key_params = {"localhost", "dummy", passphrase}; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp_unittest.cc 754 EXPECT_EQ(c1.key_params, c2.key_params);
    [all...]
webrtcsdp.cc 2844 const std::string key_params = fields[2]; local
    [all...]
webrtcsession_unittest.cc 444 ASSERT_EQ(47U, audio_content->cryptos()[0].key_params.size());
459 ASSERT_EQ(47U, video_content->cryptos()[0].key_params.size());
    [all...]

Completed in 497 milliseconds

1 2