Searched refs:ksgroup (Results 1 – 1 of 1) sorted by relevance
620 static int tls_accept_ksgroup(SSL_CONNECTION *s, uint16_t ksgroup, PACKET *encoded_pubkey) in tls_accept_ksgroup() argument623 s->s3.group_id = ksgroup; in tls_accept_ksgroup()624 s->s3.group_id_candidate = ksgroup; in tls_accept_ksgroup()626 s->session->kex_group = ksgroup; in tls_accept_ksgroup()627 if ((s->s3.peer_tmp = ssl_generate_param_group(s, ksgroup)) == NULL) { in tls_accept_ksgroup()