Home
last modified time | relevance | path

Searched refs:SSL_get_selected_srtp_profile (Results 1 – 9 of 9) sorted by relevance

/src/crypto/openssl/doc/man3/
H A DSSL_CTX_set_tlsext_use_srtp.pod8 SSL_get_selected_srtp_profile
19 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
106 SSL_get_selected_srtp_profile(). This function will return NULL if no SRTP
131 SSL_get_selected_srtp_profile() returns a pointer to an SRTP_PROTECTION_PROFILE
/src/crypto/openssl/include/openssl/
H A Dsrtp.h60 __owur SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
/src/crypto/openssl/ssl/
H A Dd1_srtp.c176 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s) in SSL_get_selected_srtp_profile() function
/src/secure/lib/libssl/
H A DVersion.map277 SSL_get_selected_srtp_profile;
/src/crypto/openssl/util/
H A Dlibssl.num1 SSL_get_selected_srtp_profile 1 3_0_0 EXIST::FUNCTION:SRTP
/src/crypto/openssl/apps/
H A Ds_server.c3210 = SSL_get_selected_srtp_profile(con); in print_connection_info()
H A Ds_client.c3648 SRTP_PROTECTION_PROFILE *srtp_profile = SSL_get_selected_srtp_profile(s); in print_stuff()
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md161 | `SSL_get_selected_srtp_profile` | HL | ��U | ��NO | ��C\* | ��Done …
/src/secure/lib/libcrypto/man/man3/
H A DMakefile4293 MLINKS+= SSL_CTX_set_tlsext_use_srtp.3 SSL_get_selected_srtp_profile.3