Searched refs:srtp_profile (Results 1 – 10 of 10) sorted by relevance
137 return s->srtp_profile; in SSL_get_selected_srtp_profile()
1403 SRTP_PROTECTION_PROFILE *srtp_profile; member
221 return ssl->s3->srtp_profile; in SSL_get_selected_srtp_profile()
1603 hs->ssl->s3->srtp_profile = NULL; in ext_srtp_init()1670 ssl->s3->srtp_profile = profile; in ext_srtp_parse_serverhello()1712 ssl->s3->srtp_profile = server_profile; in ext_srtp_parse_clienthello()1723 if (ssl->s3->srtp_profile == NULL) { in ext_srtp_add_serverhello()1731 !CBB_add_u16(&profile_ids, ssl->s3->srtp_profile->id) || in ext_srtp_add_serverhello()
2475 const SRTP_PROTECTION_PROFILE *srtp_profile = nullptr;
525 s->srtp_profile = NULL; in tls_parse_ctos_use_srtp()547 s->srtp_profile = sprof; in tls_parse_ctos_use_srtp()1595 if (s->srtp_profile == NULL) in tls_construct_stoc_use_srtp()1601 || !WPACKET_put_bytes_u16(pkt, s->srtp_profile->id) in tls_construct_stoc_use_srtp()
1270 s->srtp_profile = NULL; in init_srtp()
1727 s->srtp_profile = prof; in tls_parse_stoc_use_srtp()
2892 SRTP_PROTECTION_PROFILE *srtp_profile in print_connection_info() local2895 if (srtp_profile) in print_connection_info()2897 srtp_profile->name); in print_connection_info()
3326 SRTP_PROTECTION_PROFILE *srtp_profile = in print_stuff() local3329 if (srtp_profile) in print_stuff()3331 srtp_profile->name); in print_stuff()