HomeSort by relevance Sort by last modified time
    Searched refs:SSL_set_srtp_profiles (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/include/openssl/
srtp.h 140 /* SSL_set_srtp_profiles enables SRTP for |ssl|. |profile| contains a
143 OPENSSL_EXPORT int SSL_set_srtp_profiles(SSL *ctx, const char *profiles);
165 /* SSL_set_tlsext_use_srtp calls SSL_set_srtp_profiles. It returns zero on
169 * convention. Use SSL_set_srtp_profiles instead. */
  /external/boringssl/src/ssl/
d1_srtp.c 212 int SSL_set_srtp_profiles(SSL *s, const char *profiles) {
243 return !SSL_set_srtp_profiles(s, profiles);
  /external/boringssl/src/ssl/test/
bssl_shim.cc 629 !SSL_set_srtp_profiles(ssl.get(), config->srtp_profiles.c_str())) {

Completed in 253 milliseconds