Home
last modified time | relevance | path

Searched refs:chosen_dtls_srtp_profile (Results 1 – 6 of 6) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dssl_srv.c823 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()
Dssl_cli.c1904 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()
Dssl_tls.c4766 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()
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dssl.h889 mbedtls_ssl_srtp_profile chosen_dtls_srtp_profile; member
/openthread-2.7.6/third_party/mbedtls/repo/programs/ssl/
Dssl_client2.c2763 if( dtls_srtp_negotiation_result.chosen_dtls_srtp_profile in main()
Dssl_server2.c3873 if( dtls_srtp_negotiation_result.chosen_dtls_srtp_profile in main()