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