Searched refs:srtp_profile (Results 1 – 7 of 7) sorted by relevance
183 return sc->srtp_profile; in SSL_get_selected_srtp_profile()
1719 SRTP_PROTECTION_PROFILE *srtp_profile; member
501 s->srtp_profile = NULL; in tls_parse_ctos_use_srtp()523 s->srtp_profile = sprof; in tls_parse_ctos_use_srtp()1556 if (s->srtp_profile == NULL) in tls_construct_stoc_use_srtp()1562 || !WPACKET_put_bytes_u16(pkt, s->srtp_profile->id) in tls_construct_stoc_use_srtp()
1335 s->srtp_profile = NULL; in init_srtp()
1755 s->srtp_profile = prof; in tls_parse_stoc_use_srtp()
3554 SRTP_PROTECTION_PROFILE *srtp_profile = in print_stuff() local3557 if (srtp_profile) in print_stuff()3559 srtp_profile->name); in print_stuff()
3107 SRTP_PROTECTION_PROFILE *srtp_profile in print_connection_info() local3110 if (srtp_profile) in print_connection_info()3112 srtp_profile->name); in print_connection_info()
Completed in 99 milliseconds