Home
last modified time | relevance | path

Searched defs:srtp_profile (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/crates/openssl/src/ssl/test/
Dmod.rs417 let srtp_profile = stream.ssl().selected_srtp_profile().unwrap(); in test_connect_with_srtp_ctx() localVariable
486 let srtp_profile = stream.ssl().selected_srtp_profile().unwrap(); in test_connect_with_srtp_ssl() localVariable
/aosp_15_r20/external/webrtc/rtc_base/
H A Dopenssl_stream_adapter.cc510 const SRTP_PROTECTION_PROFILE* srtp_profile = in GetDtlsSrtpCryptoSuite() local