Searched refs:list_size (Results 1 – 3 of 3) sorted by relevance
324 size_t list_size, our_size; in ssl_parse_supported_elliptic_curves() local334 list_size = ( ( buf[0] << 8 ) | ( buf[1] ) ); in ssl_parse_supported_elliptic_curves()335 if( list_size + 2 != len || in ssl_parse_supported_elliptic_curves()336 list_size % 2 != 0 ) in ssl_parse_supported_elliptic_curves()355 our_size = list_size / 2 + 1; in ssl_parse_supported_elliptic_curves()369 while( list_size > 0 && our_size > 1 ) in ssl_parse_supported_elliptic_curves()379 list_size -= 2; in ssl_parse_supported_elliptic_curves()390 size_t list_size; in ssl_parse_supported_point_formats() local400 list_size = buf[0]; in ssl_parse_supported_point_formats()403 while( list_size > 0 ) in ssl_parse_supported_point_formats()[all …]
1686 size_t list_size; in ssl_parse_supported_point_formats_ext() local1696 list_size = buf[0]; in ssl_parse_supported_point_formats_ext()1699 while( list_size > 0 ) in ssl_parse_supported_point_formats_ext()1714 list_size--; in ssl_parse_supported_point_formats_ext()
4816 size_t list_size = 0; in mbedtls_ssl_conf_dtls_srtp_protection_profiles() local4821 list_size <= MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH; in mbedtls_ssl_conf_dtls_srtp_protection_profiles()4826 list_size++; in mbedtls_ssl_conf_dtls_srtp_protection_profiles()4831 list_size = MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH + 1; in mbedtls_ssl_conf_dtls_srtp_protection_profiles()4835 if( list_size > MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH ) in mbedtls_ssl_conf_dtls_srtp_protection_profiles()4843 conf->dtls_srtp_profile_list_len = list_size; in mbedtls_ssl_conf_dtls_srtp_protection_profiles()