HomeSort by relevance Sort by last modified time
    Searched defs:auth_key_len (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter_unittest.cc 536 int auth_key_len = 0, auth_tag_len = 0; local
537 EXPECT_TRUE(f1_.GetRtpAuthParams(&auth_key, &auth_key_len, &auth_tag_len));
539 EXPECT_EQ(20, auth_key_len);
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp.h 128 int auth_key_len; /**< The length of the authentication member in struct:crypto_policy_t
    [all...]
  /external/srtp/include/
srtp.h 128 int auth_key_len; /**< The length of the authentication member in struct:crypto_policy_t

Completed in 65 milliseconds