Searched refs:SRTP_MASTER_KEY_LEN (Results 1 – 3 of 3) sorted by relevance
66 #define SRTP_MASTER_KEY_LEN 30 macro74 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]; in ApplyParams()372 if (!key || len != SRTP_MASTER_KEY_LEN) { in SetKey()
61 #define SRTP_MASTER_KEY_LEN 30 macro68 const int SRTP_MASTER_KEY_BASE64_LEN = SRTP_MASTER_KEY_LEN * 4 / 3;386 uint8 send_key[SRTP_MASTER_KEY_LEN], recv_key[SRTP_MASTER_KEY_LEN]; in ApplyParams()588 if (!key || len != SRTP_MASTER_KEY_LEN) { in SetKey()
68 #define SRTP_MASTER_KEY_LEN 30 macro