Searched refs:SSL_set_srtp_profiles (Results 1 – 3 of 3) sorted by relevance
143 OPENSSL_EXPORT int SSL_set_srtp_profiles(SSL *ctx, const char *profiles);
212 int SSL_set_srtp_profiles(SSL *s, const char *profiles) { in SSL_set_srtp_profiles() function243 return !SSL_set_srtp_profiles(s, profiles); in SSL_set_tlsext_use_srtp()
629 !SSL_set_srtp_profiles(ssl.get(), config->srtp_profiles.c_str())) { in DoExchange()