Searched refs:check_in_list (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/ssl/statem/ |
H A D | extensions_srvr.c | 650 if (!check_in_list(s, group_id, clntgroups, clnt_num_groups, 0)) { in tls_parse_ctos_key_share() 656 if (!check_in_list(s, group_id, srvrgroups, srvr_num_groups, 1) in tls_parse_ctos_key_share()
|
H A D | statem_local.h | 65 int check_in_list(SSL *s, uint16_t group_id, const uint16_t *groups,
|
H A D | extensions.c | 1394 if (check_in_list(s, group_id, clntgroups, clnt_num_groups, in final_key_share()
|
H A D | statem_lib.c | 2168 int check_in_list(SSL *s, uint16_t group_id, const uint16_t *groups, in check_in_list() function
|