Home
last modified time | relevance | path

Searched refs:set_tlsext_use_srtp (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs336 ctx.set_tlsext_use_srtp("SRTP_AES128_CM_SHA1_80:SRTP_AES128_CM_SHA1_32") in test_connect_with_srtp_ctx()
359 ctx.set_tlsext_use_srtp("SRTP_AES128_CM_SHA1_80:SRTP_AES128_CM_SHA1_32") in test_connect_with_srtp_ctx()
399 ssl.set_tlsext_use_srtp("SRTP_AES128_CM_SHA1_80:SRTP_AES128_CM_SHA1_32") in test_connect_with_srtp_ssl()
429 ssl.set_tlsext_use_srtp("SRTP_AES128_CM_SHA1_80:SRTP_AES128_CM_SHA1_32") in test_connect_with_srtp_ssl()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs1235 pub fn set_tlsext_use_srtp(&mut self, protocols: &str) -> Result<(), ErrorStack> { in set_tlsext_use_srtp() functions
1240 // fun fact, set_tlsext_use_srtp has a reversed return code D: in set_tlsext_use_srtp()
2626 pub fn set_tlsext_use_srtp(&mut self, protocols: &str) -> Result<(), ErrorStack> { in set_tlsext_use_srtp() functions
2631 // fun fact, set_tlsext_use_srtp has a reversed return code D: in set_tlsext_use_srtp()
2640 /// Gets all SRTP profiles that are enabled for handshake via set_tlsext_use_srtp

Completed in 15 milliseconds