Searched refs:check_in_list (Results 1 – 4 of 4) sorted by relevance
/openssl/ssl/statem/ |
H A D | extensions_srvr.c | 681 if (!check_in_list(s, group_id, clntgroups, clnt_num_groups, 0)) { in tls_parse_ctos_key_share() 687 if (!check_in_list(s, group_id, srvrgroups, srvr_num_groups, 1) in tls_parse_ctos_key_share()
|
H A D | statem_local.h | 68 int check_in_list(SSL_CONNECTION *s, uint16_t group_id, const uint16_t *groups,
|
H A D | extensions.c | 1469 if (check_in_list(s, group_id, clntgroups, clnt_num_groups, in final_key_share()
|
H A D | statem_lib.c | 2580 int check_in_list(SSL_CONNECTION *s, uint16_t group_id, const uint16_t *groups, in check_in_list() function
|
Completed in 23 milliseconds