Home
last modified time | relevance | path

Searched refs:MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH (Results 1 – 2 of 2) sorted by relevance

/mbedtls/include/mbedtls/
A Dssl.h1182 #define MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH 4 macro
/mbedtls/library/
A Dssl_tls.c2892 list_size <= MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH; in mbedtls_ssl_conf_dtls_srtp_protection_profiles()
2898 list_size = MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH + 1; in mbedtls_ssl_conf_dtls_srtp_protection_profiles()
2902 if (list_size > MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH) { in mbedtls_ssl_conf_dtls_srtp_protection_profiles()

Completed in 25 milliseconds