Home
last modified time | relevance | path

Searched refs:srtp_profile (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/
Dd1_srtp.c223 return ssl->srtp_profile; in SSL_get_selected_srtp_profile()
Dt1_lib.c1658 ssl->srtp_profile = NULL; in ext_srtp_init()
1732 ssl->srtp_profile = profile; in ext_srtp_parse_serverhello()
1777 ssl->srtp_profile = server_profile; in ext_srtp_parse_clienthello()
1787 if (ssl->srtp_profile == NULL) { in ext_srtp_add_serverhello()
1795 !CBB_add_u16(&profile_ids, ssl->srtp_profile->id) || in ext_srtp_add_serverhello()
/external/webrtc/webrtc/base/
Dopensslstreamadapter.cc457 const SRTP_PROTECTION_PROFILE *srtp_profile = in GetDtlsSrtpCryptoSuite() local
460 if (!srtp_profile) in GetDtlsSrtpCryptoSuite()
463 *crypto_suite = srtp_profile->id; in GetDtlsSrtpCryptoSuite()
/external/boringssl/src/include/openssl/
Dssl.h3854 const SRTP_PROTECTION_PROFILE *srtp_profile; member