derive_key 102 libavformat/srtp.c derive_key(s->aes, s->master_salt, 0x00, s->rtp_key, sizeof(s->rtp_key)); derive_key 103 libavformat/srtp.c derive_key(s->aes, s->master_salt, 0x02, s->rtp_salt, sizeof(s->rtp_salt)); derive_key 104 libavformat/srtp.c derive_key(s->aes, s->master_salt, 0x01, s->rtp_auth, sizeof(s->rtp_auth)); derive_key 106 libavformat/srtp.c derive_key(s->aes, s->master_salt, 0x03, s->rtcp_key, sizeof(s->rtcp_key)); derive_key 107 libavformat/srtp.c derive_key(s->aes, s->master_salt, 0x05, s->rtcp_salt, sizeof(s->rtcp_salt)); derive_key 108 libavformat/srtp.c derive_key(s->aes, s->master_salt, 0x04, s->rtcp_auth, sizeof(s->rtcp_auth));