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

/external/boringssl/src/ssl/
H A Dd1_srtp.cc221 return ssl->srtp_profile;
H A Dt1_lib.cc1574 hs->ssl->srtp_profile = NULL;
1641 ssl->srtp_profile = profile;
1683 ssl->srtp_profile = server_profile;
1694 if (ssl->srtp_profile == NULL) {
1702 !CBB_add_u16(&profile_ids, ssl->srtp_profile->id) ||
H A Dinternal.h2609 // srtp_profile is the selected SRTP protection profile for
2611 const SRTP_PROTECTION_PROFILE *srtp_profile; member in struct:bssl::SSLConnection
/external/webrtc/webrtc/base/
H A Dopensslstreamadapter.cc457 const SRTP_PROTECTION_PROFILE *srtp_profile = local
460 if (!srtp_profile)
463 *crypto_suite = srtp_profile->id;

Completed in 361 milliseconds