Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dsrtp.rs9 pub fn SSL_get_selected_srtp_profile(ssl: *mut SSL) -> *mut SRTP_PROTECTION_PROFILE; in SSL_get_selected_srtp_profile() function
/third_party/openssl/ssl/
Dd1_srtp.c131 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s) in SSL_get_selected_srtp_profile() function