Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dd1_srtp.cc221 return ssl->s3->srtp_profile; in SSL_get_selected_srtp_profile()
Dt1_lib.cc1637 hs->ssl->s3->srtp_profile = NULL; in ext_srtp_init()
1704 ssl->s3->srtp_profile = profile; in ext_srtp_parse_serverhello()
1746 ssl->s3->srtp_profile = server_profile; in ext_srtp_parse_clienthello()
1757 if (ssl->s3->srtp_profile == NULL) { in ext_srtp_add_serverhello()
1765 !CBB_add_u16(&profile_ids, ssl->s3->srtp_profile->id) || in ext_srtp_add_serverhello()
Dinternal.h2331 const SRTP_PROTECTION_PROFILE *srtp_profile = nullptr;
/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()