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

/external/boringssl/src/ssl/
H A Dd1_srtp.c223 return ssl->srtp_profile;
H A Dt1_lib.c1658 ssl->srtp_profile = NULL;
1732 ssl->srtp_profile = profile;
1777 ssl->srtp_profile = server_profile;
1787 if (ssl->srtp_profile == NULL) {
1795 !CBB_add_u16(&profile_ids, ssl->srtp_profile->id) ||
/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;
/external/boringssl/include/openssl/
H A Dssl.h3852 /* srtp_profile is the selected SRTP protection profile for
3854 const SRTP_PROTECTION_PROFILE *srtp_profile; member in struct:ssl_st
/external/boringssl/src/include/openssl/
H A Dssl.h3852 /* srtp_profile is the selected SRTP protection profile for
3854 const SRTP_PROTECTION_PROFILE *srtp_profile; member in struct:ssl_st

Completed in 158 milliseconds