Searched refs:check_in_list (Results 1 – 4 of 4) sorted by relevance
/openssl-master/ssl/statem/ |
A D | extensions_srvr.c | 645 if (!check_in_list(s, group_id, clntgroups, clnt_num_groups, 0)) { in tls_parse_ctos_key_share() 651 if (!check_in_list(s, group_id, srvrgroups, srvr_num_groups, 1)) { in tls_parse_ctos_key_share()
|
A D | statem_local.h | 60 int check_in_list(SSL *s, uint16_t group_id, const uint16_t *groups,
|
A D | extensions.c | 1371 if (check_in_list(s, group_id, clntgroups, clnt_num_groups, in final_key_share()
|
A D | statem_lib.c | 2160 int check_in_list(SSL *s, uint16_t group_id, const uint16_t *groups, in check_in_list() function
|
Completed in 13 milliseconds