xref: /third_party/rust/crates/rust-openssl/openssl-sys/src/srtp.rs (revision 92f3ab15)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/rust-openssl/openssl-sys/src/
192f3ab15Sopenharmony_ciuse libc::*;
292f3ab15Sopenharmony_ci
392f3ab15Sopenharmony_cipub const SRTP_AES128_CM_SHA1_80: c_ulong = 0x0001;
492f3ab15Sopenharmony_cipub const SRTP_AES128_CM_SHA1_32: c_ulong = 0x0002;
592f3ab15Sopenharmony_cipub const SRTP_AES128_F8_SHA1_80: c_ulong = 0x0003;
692f3ab15Sopenharmony_cipub const SRTP_AES128_F8_SHA1_32: c_ulong = 0x0004;
792f3ab15Sopenharmony_cipub const SRTP_NULL_SHA1_80: c_ulong = 0x0005;
892f3ab15Sopenharmony_cipub const SRTP_NULL_SHA1_32: c_ulong = 0x0006;
992f3ab15Sopenharmony_ci
1092f3ab15Sopenharmony_ci/* AEAD SRTP protection profiles from RFC 7714 */
1192f3ab15Sopenharmony_ci#[cfg(ossl110)]
1292f3ab15Sopenharmony_cipub const SRTP_AEAD_AES_128_GCM: c_ulong = 0x0007;
1392f3ab15Sopenharmony_ci#[cfg(ossl110)]
1492f3ab15Sopenharmony_cipub const SRTP_AEAD_AES_256_GCM: c_ulong = 0x0008;
15

Indexes created Thu Nov 07 10:32:03 CST 2024