VLC 4.0.0-dev
|
Data Fields | |
gcry_cipher_hd_t | cipher |
gcry_md_hd_t | mac |
uint64_t | window |
uint32_t | salt [4] |
gcry_cipher_hd_t srtp_proto_t::cipher |
Referenced by srtcp_crypt(), srtp_crypt(), and srtp_setkey().
gcry_md_hd_t srtp_proto_t::mac |
Referenced by srtcp_recv(), srtcp_send(), srtp_recv(), srtp_send(), and srtp_setkey().
uint32_t srtp_proto_t::salt[4] |
Referenced by srtcp_crypt(), srtp_crypt(), and srtp_setkey().
uint64_t srtp_proto_t::window |
Referenced by srtcp_crypt(), and srtp_crypt().