Searched refs:chosen_dtls_srtp_profile (Results 1 – 6 of 6) sorted by relevance
823 ssl->dtls_srtp_info.chosen_dtls_srtp_profile = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()861 ssl->dtls_srtp_info.chosen_dtls_srtp_profile = ssl->conf->dtls_srtp_profile_list[i]; in ssl_parse_use_srtp_ext()868 if( ssl->dtls_srtp_info.chosen_dtls_srtp_profile != MBEDTLS_TLS_SRTP_UNSET ) in ssl_parse_use_srtp_ext()2645 ( ssl->dtls_srtp_info.chosen_dtls_srtp_profile == MBEDTLS_TLS_SRTP_UNSET ) ) in ssl_write_use_srtp_ext()2686 ssl->dtls_srtp_info.chosen_dtls_srtp_profile ); in ssl_write_use_srtp_ext()
1904 ssl->dtls_srtp_info.chosen_dtls_srtp_profile = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()1913 ssl->dtls_srtp_info.chosen_dtls_srtp_profile = ssl->conf->dtls_srtp_profile_list[i]; in ssl_parse_use_srtp_ext()1922 if( ssl->dtls_srtp_info.chosen_dtls_srtp_profile == MBEDTLS_TLS_SRTP_UNSET ) in ssl_parse_use_srtp_ext()
4766 dtls_srtp_info->chosen_dtls_srtp_profile = ssl->dtls_srtp_info.chosen_dtls_srtp_profile; in mbedtls_ssl_get_dtls_srtp_negotiation_result()4768 if( dtls_srtp_info->chosen_dtls_srtp_profile == MBEDTLS_TLS_SRTP_UNSET ) in mbedtls_ssl_get_dtls_srtp_negotiation_result()
889 mbedtls_ssl_srtp_profile chosen_dtls_srtp_profile; member
2763 if( dtls_srtp_negotiation_result.chosen_dtls_srtp_profile in main()
3873 if( dtls_srtp_negotiation_result.chosen_dtls_srtp_profile in main()