Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c702 if (!check_in_list(s, group_id, clntgroups, clnt_num_groups, 0, &key_share_pos)) { in extract_keyshares()
729 if (!check_in_list(s, group_id, srvrgroups, srvr_num_groups, 1, NULL) in extract_keyshares()
801 if (!check_in_list(s, candidate_groups[current_group], prio_groups, in check_overlap()
H A Dstatem_local.h68 int check_in_list(SSL_CONNECTION *s, uint16_t group_id, const uint16_t *groups,
H A Dstatem_lib.c2604 int check_in_list(SSL_CONNECTION *s, uint16_t group_id, const uint16_t *groups, in check_in_list() function