webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
srtp_stream_ctx_t_ Struct Reference

#include <srtp_priv.h>

Public Attributes

uint32_t ssrc
 
srtp_cipher_trtp_cipher
 
srtp_cipher_trtp_xtn_hdr_cipher
 
srtp_auth_trtp_auth
 
srtp_rdbx_t rtp_rdbx
 
srtp_sec_serv_t rtp_services
 
srtp_cipher_trtcp_cipher
 
srtp_auth_trtcp_auth
 
srtp_rdb_t rtcp_rdb
 
srtp_sec_serv_t rtcp_services
 
srtp_key_limit_ctx_tlimit
 
direction_t direction
 
int allow_repeat_tx
 
srtp_ekt_stream_t ekt
 
uint8_t salt [SRTP_AEAD_SALT_LEN]
 
uint8_t c_salt [SRTP_AEAD_SALT_LEN]
 
int * enc_xtn_hdr
 
int enc_xtn_hdr_count
 
struct srtp_stream_ctx_t_next
 

Member Data Documentation

◆ allow_repeat_tx

int srtp_stream_ctx_t_::allow_repeat_tx

◆ c_salt

uint8_t srtp_stream_ctx_t_::c_salt[SRTP_AEAD_SALT_LEN]

◆ direction

direction_t srtp_stream_ctx_t_::direction

◆ ekt

srtp_ekt_stream_t srtp_stream_ctx_t_::ekt

◆ enc_xtn_hdr

int* srtp_stream_ctx_t_::enc_xtn_hdr

◆ enc_xtn_hdr_count

int srtp_stream_ctx_t_::enc_xtn_hdr_count

◆ limit

srtp_key_limit_ctx_t* srtp_stream_ctx_t_::limit

◆ next

struct srtp_stream_ctx_t_* srtp_stream_ctx_t_::next

◆ rtcp_auth

srtp_auth_t* srtp_stream_ctx_t_::rtcp_auth

◆ rtcp_cipher

srtp_cipher_t* srtp_stream_ctx_t_::rtcp_cipher

◆ rtcp_rdb

srtp_rdb_t srtp_stream_ctx_t_::rtcp_rdb

◆ rtcp_services

srtp_sec_serv_t srtp_stream_ctx_t_::rtcp_services

◆ rtp_auth

srtp_auth_t* srtp_stream_ctx_t_::rtp_auth

◆ rtp_cipher

srtp_cipher_t* srtp_stream_ctx_t_::rtp_cipher

◆ rtp_rdbx

srtp_rdbx_t srtp_stream_ctx_t_::rtp_rdbx

◆ rtp_services

srtp_sec_serv_t srtp_stream_ctx_t_::rtp_services

◆ rtp_xtn_hdr_cipher

srtp_cipher_t* srtp_stream_ctx_t_::rtp_xtn_hdr_cipher

◆ salt

uint8_t srtp_stream_ctx_t_::salt[SRTP_AEAD_SALT_LEN]

◆ ssrc

uint32_t srtp_stream_ctx_t_::ssrc

The documentation for this struct was generated from the following file: