HomeSort by relevance Sort by last modified time
    Searched full:auth_key (Results 1 - 4 of 4) sorted by null

  /external/webrtc/talk/session/media/
srtpfilter_unittest.cc 565 uint8_t* auth_key = NULL; local
567 EXPECT_TRUE(f1_.GetRtpAuthParams(&auth_key, &auth_key_len, &auth_tag_len));
568 EXPECT_TRUE(auth_key != NULL);
    [all...]
channel.cc 617 uint8_t* auth_key = NULL;
620 &auth_key, &key_len,
625 auth_key, auth_key + key_len);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkHistory.java 77 private static final String AUTH_KEY = "AUTH";
253 out.writeUTF(AUTH_KEY + SEPARATOR
  /external/srtp/doc/
rfc3711.txt     [all...]

Completed in 221 milliseconds