Searched refs:srtp_profile (Results 1 – 4 of 4) sorted by relevance
223 return ssl->srtp_profile; in SSL_get_selected_srtp_profile()
1658 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()
457 const SRTP_PROTECTION_PROFILE *srtp_profile = in GetDtlsSrtpCryptoSuite() local460 if (!srtp_profile) in GetDtlsSrtpCryptoSuite()463 *crypto_suite = srtp_profile->id; in GetDtlsSrtpCryptoSuite()
3854 const SRTP_PROTECTION_PROFILE *srtp_profile; member