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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
cryptoparams.h 40 : tag(t), cipher_suite(cs), key_params(kp), session_params(sp) {}
48 std::string key_params; member in struct:cricket::CryptoParams
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,
224 // example key_params: "inline:YUJDZGVmZ2hpSktMbW9QUXJzVHVWd3l6MTIzNDU2"
227 if (key_params.find("inline:") != 0) {
232 std::string key_b64(key_params.substr(7)), key_str;
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);
    [all...]
  /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
  /system/security/softkeymaster/include/keymaster/
softkeymaster.h 23 const keymaster_keypair_t key_type, const void* key_params,
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl.cc 333 KeyParams key_params = {"localhost", "dummy", passphrase}; local
394 if (cryptographer->AddKey(key_params)) {
432 if (cryptographer->DecryptPendingKeys(key_params)) {
448 temp_cryptographer.AddKey(key_params);
454 cryptographer->AddKey(key_params);
486 KeyParams key_params = {"localhost", "dummy", passphrase}; local
545 if (temp_cryptographer.DecryptPendingKeys(key_params)) {
555 cryptographer->DecryptPendingKeys(key_params);
569 cryptographer->DecryptPendingKeys(key_params);
580 if (cryptographer->DecryptPendingKeys(key_params)) {
1107 KeyParams key_params = {"localhost", "dummy", passphrase}; local
1152 KeyParams key_params = {"localhost", "dummy", passphrase}; local
1179 KeyParams key_params = {"localhost", "dummy", keystore_key_}; local
1387 KeyParams key_params = {"localhost", "dummy", keystore_key_}; local
1433 KeyParams key_params = {"localhost", "dummy", *iter}; local
1532 KeyParams key_params = {"localhost", "dummy", keystore_key}; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 376 applied_send_params_.key_params == send_params.key_params &&
378 applied_recv_params_.key_params == recv_params.key_params) {
387 ret = (ParseKeyParams(send_params.key_params, send_key, sizeof(send_key)) &&
388 ParseKeyParams(recv_params.key_params, recv_key, sizeof(recv_key)));
415 bool SrtpFilter::ParseKeyParams(const std::string& key_params,
417 // example key_params: "inline:YUJDZGVmZ2hpSktMbW9QUXJzVHVWd3l6MTIzNDU2"
420 if (key_params.find("inline:") != 0) {
425 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);
802 crypto_elem->AddAttr(QN_CRYPTO_KEY_PARAMS, i->key_params);
    [all...]
mediasession.cc 93 out->key_params = kInline;
94 out->key_params += key;
    [all...]
mediasessionclient_unittest.cc     [all...]
mediasession_unittest.cc 202 c1[i].key_params != c2[i].key_params ||
    [all...]
  /hardware/libhardware/include/hardware/
keymaster.h 164 const keymaster_keypair_t key_type, const void* key_params,
  /system/security/softkeymaster/
keymaster_openssl.cpp 382 const keymaster_keypair_t key_type, const void* key_params,
390 if (key_params == NULL) {
391 ALOGW("key_params == null");
395 (const keymaster_dsa_keygen_params_t*) key_params;
399 (const keymaster_ec_keygen_params_t*) key_params;
403 (const keymaster_rsa_keygen_params_t*) key_params;
  /hardware/samsung_slsi/exynos5/libkeymaster/
keymaster_mobicore.cpp 96 const keymaster_keypair_t key_type, const void* key_params,
103 } else if (key_params == NULL) {
104 ALOGE("key_params == null");
108 keymaster_rsa_keygen_params_t* rsa_params = (keymaster_rsa_keygen_params_t*) 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;
  /hardware/qcom/keymaster/
keymaster_qcom.cpp 315 const keymaster_keypair_t key_type, const void* key_params,
326 } else if (key_params == NULL) {
327 ALOGE("key_params == null");
334 keymaster_rsa_keygen_params_t* rsa_params = (keymaster_rsa_keygen_params_t*) key_params;
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 1652 syncer::KeyParams key_params = {"localhost", "dummy", passphrase}; local
    [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc 598 KeyParams key_params = {"localhost", "dummy", "foobar"}; local
627 GetCryptographer(&wtrans)->AddKey(key_params);
712 KeyParams key_params = {"localhost", "dummy", "foobar"}; local
714 other_cryptographer.AddKey(key_params);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp_unittest.cc 663 EXPECT_EQ(c1.key_params, c2.key_params);
    [all...]
webrtcsdp.cc 2737 const std::string key_params = fields[2]; local
    [all...]
webrtcsession_unittest.cc 400 ASSERT_EQ(47U, audio_content->cryptos()[0].key_params.size());
415 ASSERT_EQ(47U, video_content->cryptos()[0].key_params.size());
    [all...]

Completed in 1581 milliseconds