Home
last modified time | relevance | path

Searched refs:list_size (Results 1 – 3 of 3) sorted by relevance

/openthread-3.4.0/third_party/mbedtls/repo/library/
Dssl_srv.c324 size_t list_size, our_size; in ssl_parse_supported_elliptic_curves() local
334 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() local
400 list_size = buf[0]; in ssl_parse_supported_point_formats()
403 while( list_size > 0 ) in ssl_parse_supported_point_formats()
[all …]
Dssl_cli.c1686 size_t list_size; in ssl_parse_supported_point_formats_ext() local
1696 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()
Dssl_tls.c4816 size_t list_size = 0; in mbedtls_ssl_conf_dtls_srtp_protection_profiles() local
4821 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()