Searched refs:group_id_candidate (Results 1 – 3 of 3) sorted by relevance
624 s->s3.group_id_candidate = ksgroup; in tls_accept_ksgroup()838 uint16_t group_id_candidate = 0; in tls_parse_ctos_key_share() local843 s->s3.group_id_candidate = 0; in tls_parse_ctos_key_share()928 &group_id_candidate); in tls_parse_ctos_key_share()929 if (group_id_candidate > 0) { /* Overlap found -> accept the key share group */ in tls_parse_ctos_key_share()930 if (!tls_accept_ksgroup(s, group_id_candidate, in tls_parse_ctos_key_share()944 &group_id_candidate); in tls_parse_ctos_key_share()945 if (group_id_candidate > 0) { in tls_parse_ctos_key_share()951 s->s3.group_id_candidate = group_id_candidate; in tls_parse_ctos_key_share()968 &group_id_candidate); in tls_parse_ctos_key_share()[all …]
1398 if (s->s3.group_id_candidate != 0) { in final_key_share()1400 s->s3.group_id = s->s3.group_id_candidate; in final_key_share()
1482 uint16_t group_id_candidate; member