Searched refs:SRTP_MASTER_KEY_LEN (Results 1 – 1 of 1) sorted by relevance
71 #define SRTP_MASTER_KEY_LEN 30 macro76 const int SRTP_MASTER_KEY_BASE64_LEN = SRTP_MASTER_KEY_LEN * 4 / 3;426 uint8_t send_key[SRTP_MASTER_KEY_LEN], recv_key[SRTP_MASTER_KEY_LEN]; in ApplyParams()693 if (!key || len != SRTP_MASTER_KEY_LEN) { in SetKey()