Searched refs:srtp_profile (Results 1 – 7 of 7) sorted by relevance
183 return sc->srtp_profile; in SSL_get_selected_srtp_profile()
1773 SRTP_PROTECTION_PROFILE *srtp_profile; member
510 s->srtp_profile = NULL; in tls_parse_ctos_use_srtp()531 s->srtp_profile = sprof; in tls_parse_ctos_use_srtp()1841 if (s->srtp_profile == NULL) in tls_construct_stoc_use_srtp()1847 || !WPACKET_put_bytes_u16(pkt, s->srtp_profile->id) in tls_construct_stoc_use_srtp()
1279 s->srtp_profile = NULL; in init_srtp()
1797 s->srtp_profile = prof; in tls_parse_stoc_use_srtp()
3648 SRTP_PROTECTION_PROFILE *srtp_profile = SSL_get_selected_srtp_profile(s); in print_stuff() local3650 if (srtp_profile) in print_stuff()3652 srtp_profile->name); in print_stuff()
3209 SRTP_PROTECTION_PROFILE *srtp_profile in print_connection_info() local3212 if (srtp_profile) in print_connection_info()3214 srtp_profile->name); in print_connection_info()