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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.cc 66 #define SRTP_MASTER_KEY_LEN 30
74 const int SRTP_MASTER_KEY_BASE64_LEN = SRTP_MASTER_KEY_LEN * 4 / 3;
194 uint8 send_key[SRTP_MASTER_KEY_LEN], recv_key[SRTP_MASTER_KEY_LEN];
372 if (!key || len != SRTP_MASTER_KEY_LEN) {
  /external/srtp/include/
srtp.h 65 * SRTP_MASTER_KEY_LEN is the nominal master key length supported by libSRTP
68 #define SRTP_MASTER_KEY_LEN 30

Completed in 140 milliseconds