Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_check_srtp_profile_value (Results 1 – 8 of 8) sorted by relevance

/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dssl_internal.h1123 static inline mbedtls_ssl_srtp_profile mbedtls_ssl_check_srtp_profile_value in mbedtls_ssl_check_srtp_profile_value() function
/external/mbedtls/library/
Dssl_tls12_client.c468 profile_value = mbedtls_ssl_check_srtp_profile_value in ssl_write_use_srtp_ext()
1066 server_protection = mbedtls_ssl_check_srtp_profile_value( in ssl_parse_use_srtp_ext()
Dssl_misc.h1566 static inline mbedtls_ssl_srtp_profile mbedtls_ssl_check_srtp_profile_value in mbedtls_ssl_check_srtp_profile_value() function
Dssl_tls12_server.c622 client_protection = mbedtls_ssl_check_srtp_profile_value( protection_profile_value ); in ssl_parse_use_srtp_ext()
2095 profile_value = mbedtls_ssl_check_srtp_profile_value( in ssl_write_use_srtp_ext()
Dssl_tls.c2938 if( mbedtls_ssl_check_srtp_profile_value( *p ) != MBEDTLS_TLS_SRTP_UNSET ) in mbedtls_ssl_conf_dtls_srtp_protection_profiles()
/external/openthread/third_party/mbedtls/repo/library/
Dssl_cli.c817 profile_value = mbedtls_ssl_check_srtp_profile_value in ssl_write_use_srtp_ext()
1882 server_protection = mbedtls_ssl_check_srtp_profile_value( in ssl_parse_use_srtp_ext()
Dssl_srv.c846 client_protection = mbedtls_ssl_check_srtp_profile_value( protection_profile_value ); in ssl_parse_use_srtp_ext()
2668 profile_value = mbedtls_ssl_check_srtp_profile_value( in ssl_write_use_srtp_ext()
Dssl_tls.c4824 if( mbedtls_ssl_check_srtp_profile_value( *p ) != MBEDTLS_TLS_SRTP_UNSET ) in mbedtls_ssl_conf_dtls_srtp_protection_profiles()