Searched refs:MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH (Results 1 – 2 of 2) sorted by relevance
1232 #define MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH 4 macro
2940 list_size <= MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH; in mbedtls_ssl_conf_dtls_srtp_protection_profiles()2946 list_size = MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH + 1; in mbedtls_ssl_conf_dtls_srtp_protection_profiles()2950 if (list_size > MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH) { in mbedtls_ssl_conf_dtls_srtp_protection_profiles()