Searched refs:SRTP_MASTER_KEY_LEN (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/include/
H A Dsrtp.h65 * SRTP_MASTER_KEY_LEN is the nominal master key length supported by libSRTP
68 #define SRTP_MASTER_KEY_LEN 30 macro
/external/srtp/include/
H A Dsrtp.h65 * SRTP_MASTER_KEY_LEN is the nominal master key length supported by libSRTP
68 #define SRTP_MASTER_KEY_LEN 30 macro
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dsrtpfilter.cc69 #define SRTP_MASTER_KEY_LEN 30 macro
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 172 milliseconds