Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/dynamic/
Desp_ssl_tls.c183 uint16_t *group_list = mbedtls_calloc( length + 1, sizeof(uint16_t) ); in ssl_handshake_init() local
184 if ( group_list == NULL ) in ssl_handshake_init()
193 mbedtls_free( group_list ); in ssl_handshake_init()
196 group_list[i] = info->tls_id; in ssl_handshake_init()
199 group_list[length] = 0; in ssl_handshake_init()
201 ssl->handshake->group_list = group_list; in ssl_handshake_init()
206 ssl->handshake->group_list = ssl->conf->group_list; in ssl_handshake_init()