Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c624 s->s3.group_id_candidate = ksgroup; in tls_accept_ksgroup()
838 uint16_t group_id_candidate = 0; in tls_parse_ctos_key_share() local
843 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 …]
H A Dextensions.c1398 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()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1482 uint16_t group_id_candidate; member