Searched refs:peer_supported_group_list (Results 1 – 3 of 3) sorted by relevance
342 supp = hs->peer_supported_group_list; in tls1_get_shared_group()345 pref = hs->peer_supported_group_list; in tls1_get_shared_group()2500 hs->peer_supported_group_list = in ext_supported_groups_parse_clienthello()2502 if (hs->peer_supported_group_list == NULL) { in ext_supported_groups_parse_clienthello()2510 &hs->peer_supported_group_list[i])) { in ext_supported_groups_parse_clienthello()2521 OPENSSL_free(hs->peer_supported_group_list); in ext_supported_groups_parse_clienthello()2522 hs->peer_supported_group_list = NULL; in ext_supported_groups_parse_clienthello()
172 OPENSSL_free(hs->peer_supported_group_list); in ssl_handshake_free()
1032 uint16_t *peer_supported_group_list; in OPENSSL_MSVC_PRAGMA() member