#include <srtp.h>
Definition at line 30 of file srtp.h.
◆ aes
| struct AVAES* SRTPContext::aes |
◆ hmac
| struct AVHMAC* SRTPContext::hmac |
◆ rtp_hmac_size
| int SRTPContext::rtp_hmac_size |
◆ rtcp_hmac_size
| int SRTPContext::rtcp_hmac_size |
◆ master_key
| uint8_t SRTPContext::master_key[16] |
◆ master_salt
| uint8_t SRTPContext::master_salt[14] |
◆ rtp_key
| uint8_t SRTPContext::rtp_key[16] |
◆ rtcp_key
| uint8_t SRTPContext::rtcp_key[16] |
◆ rtp_salt
| uint8_t SRTPContext::rtp_salt[14] |
◆ rtcp_salt
| uint8_t SRTPContext::rtcp_salt[14] |
◆ rtp_auth
| uint8_t SRTPContext::rtp_auth[20] |
◆ rtcp_auth
| uint8_t SRTPContext::rtcp_auth[20] |
◆ seq_largest
| int SRTPContext::seq_largest |
◆ seq_initialized
| int SRTPContext::seq_initialized |
◆ roc
| uint32_t SRTPContext::roc |
◆ rtcp_index
| uint32_t SRTPContext::rtcp_index |
The documentation for this struct was generated from the following file: