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

  /external/chromium_org/third_party/libsrtp/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
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 69 #define SRTP_MASTER_KEY_LEN 30
76 const int SRTP_MASTER_KEY_BASE64_LEN = SRTP_MASTER_KEY_LEN * 4 / 3;
412 uint8 send_key[SRTP_MASTER_KEY_LEN], recv_key[SRTP_MASTER_KEY_LEN];
659 if (!key || len != SRTP_MASTER_KEY_LEN) {

Completed in 76 milliseconds