Home
last modified time | relevance | path

Searched refs:MBEDTLS_TLS_SRTP_UNSET (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/mbedtls/library/
H A Dssl_tls12_server.c548 mbedtls_ssl_srtp_profile client_protection = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()
585 ssl->dtls_srtp_info.chosen_dtls_srtp_profile = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()
606 if (client_protection != MBEDTLS_TLS_SRTP_UNSET) { in ssl_parse_use_srtp_ext()
623 if (ssl->dtls_srtp_info.chosen_dtls_srtp_profile != MBEDTLS_TLS_SRTP_UNSET) { in ssl_parse_use_srtp_ext()
1990 (ssl->dtls_srtp_info.chosen_dtls_srtp_profile == MBEDTLS_TLS_SRTP_UNSET)) { in ssl_write_use_srtp_ext()
2027 if (profile_value != MBEDTLS_TLS_SRTP_UNSET) { in ssl_write_use_srtp_ext()
H A Dssl_tls12_client.c467 if (profile_value != MBEDTLS_TLS_SRTP_UNSET) { in ssl_write_use_srtp_ext()
980 mbedtls_ssl_srtp_profile server_protection = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()
1031 if (server_protection != MBEDTLS_TLS_SRTP_UNSET) { in ssl_parse_use_srtp_ext()
1037 ssl->dtls_srtp_info.chosen_dtls_srtp_profile = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()
1053 if (ssl->dtls_srtp_info.chosen_dtls_srtp_profile == MBEDTLS_TLS_SRTP_UNSET) { in ssl_parse_use_srtp_ext()
H A Dssl_misc.h1613 return MBEDTLS_TLS_SRTP_UNSET; in mbedtls_ssl_check_srtp_profile_value()
H A Dssl_tls.c3062 for (p = profiles; *p != MBEDTLS_TLS_SRTP_UNSET && in mbedtls_ssl_conf_dtls_srtp_protection_profiles()
3065 if (mbedtls_ssl_check_srtp_profile_value(*p) != MBEDTLS_TLS_SRTP_UNSET) { in mbedtls_ssl_conf_dtls_srtp_protection_profiles()
3090 if (dtls_srtp_info->chosen_dtls_srtp_profile == MBEDTLS_TLS_SRTP_UNSET) { in mbedtls_ssl_get_dtls_srtp_negotiation_result()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_tls12_client.c467 if (profile_value != MBEDTLS_TLS_SRTP_UNSET) { in ssl_write_use_srtp_ext()
980 mbedtls_ssl_srtp_profile server_protection = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()
1031 if (server_protection != MBEDTLS_TLS_SRTP_UNSET) { in ssl_parse_use_srtp_ext()
1037 ssl->dtls_srtp_info.chosen_dtls_srtp_profile = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()
1053 if (ssl->dtls_srtp_info.chosen_dtls_srtp_profile == MBEDTLS_TLS_SRTP_UNSET) { in ssl_parse_use_srtp_ext()
H A Dssl_tls12_server.c548 mbedtls_ssl_srtp_profile client_protection = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()
585 ssl->dtls_srtp_info.chosen_dtls_srtp_profile = MBEDTLS_TLS_SRTP_UNSET; in ssl_parse_use_srtp_ext()
606 if (client_protection != MBEDTLS_TLS_SRTP_UNSET) { in ssl_parse_use_srtp_ext()
623 if (ssl->dtls_srtp_info.chosen_dtls_srtp_profile != MBEDTLS_TLS_SRTP_UNSET) { in ssl_parse_use_srtp_ext()
1989 (ssl->dtls_srtp_info.chosen_dtls_srtp_profile == MBEDTLS_TLS_SRTP_UNSET)) { in ssl_write_use_srtp_ext()
2026 if (profile_value != MBEDTLS_TLS_SRTP_UNSET) { in ssl_write_use_srtp_ext()
H A Dssl_misc.h1645 return MBEDTLS_TLS_SRTP_UNSET; in mbedtls_ssl_check_srtp_profile_value()
H A Dssl_tls.c2891 for (p = profiles; *p != MBEDTLS_TLS_SRTP_UNSET && in mbedtls_ssl_conf_dtls_srtp_protection_profiles()
2894 if (mbedtls_ssl_check_srtp_profile_value(*p) != MBEDTLS_TLS_SRTP_UNSET) { in mbedtls_ssl_conf_dtls_srtp_protection_profiles()
2919 if (dtls_srtp_info->chosen_dtls_srtp_profile == MBEDTLS_TLS_SRTP_UNSET) { in mbedtls_ssl_get_dtls_srtp_negotiation_result()
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_client2.c809 MBEDTLS_TLS_SRTP_UNSET in main()
1790 { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET }; in main()
2251 == MBEDTLS_TLS_SRTP_UNSET) { in main()
H A Dssl_server2.c1562 MBEDTLS_TLS_SRTP_UNSET in main()
2802 { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET }; in main()
3553 == MBEDTLS_TLS_SRTP_UNSET) { in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_client2.c864 MBEDTLS_TLS_SRTP_UNSET in main()
1868 { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET }; in main()
2331 == MBEDTLS_TLS_SRTP_UNSET) { in main()
H A Dssl_server2.c1613 MBEDTLS_TLS_SRTP_UNSET in main()
2878 { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET }; in main()
3642 == MBEDTLS_TLS_SRTP_UNSET) { in main()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dssl.h1153 #define MBEDTLS_TLS_SRTP_UNSET ((uint16_t) 0x0000) macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dssl.h1197 #define MBEDTLS_TLS_SRTP_UNSET ((uint16_t) 0x0000) macro