Home
last modified time | relevance | path

Searched refs:SSL_set_srtp_profiles (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/
Dd1_srtp.c202 int SSL_set_srtp_profiles(SSL *ssl, const char *profiles) { in SSL_set_srtp_profiles() function
233 return !SSL_set_srtp_profiles(ssl, profiles); in SSL_set_tlsext_use_srtp()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc1209 !SSL_set_srtp_profiles(ssl.get(), config->srtp_profiles.c_str())) { in DoExchange()
/external/boringssl/src/include/openssl/
Dssl.h2390 OPENSSL_EXPORT int SSL_set_srtp_profiles(SSL *ssl, const char *profiles);