Home
last modified time | relevance | path

Searched refs:GROUPLIST_INCREMENT (Results 1 – 2 of 2) sorted by relevance

/openssl/ssl/
H A Dt1_lib.c1160 #define GROUPLIST_INCREMENT 32 /* Memory allocation chunk size (64 Bytes chunks ~= cache line) */ macro
1363 (garg->gidmax + GROUPLIST_INCREMENT) * sizeof(*garg->gid_arr)); in gid_cb()
1368 garg->gidmax += GROUPLIST_INCREMENT; in gid_cb()
1375 (garg->ksidmax + GROUPLIST_INCREMENT) * sizeof(*garg->ksid_arr)); in gid_cb()
1379 garg->ksidmax += GROUPLIST_INCREMENT; in gid_cb()
1520 (garg->tplmax + GROUPLIST_INCREMENT) * sizeof(*garg->tuplcnt_arr)); in tuple_cb()
1524 garg->tplmax += GROUPLIST_INCREMENT; in tuple_cb()
1582 gcb.gidmax = GROUPLIST_INCREMENT; in tls1_set_groups_list()
1583 gcb.tplmax = GROUPLIST_INCREMENT; in tls1_set_groups_list()
1584 gcb.ksidmax = GROUPLIST_INCREMENT; in tls1_set_groups_list()
/openssl/ssl/statem/
H A Dextensions_srvr.c635 # define GROUPLIST_INCREMENT 32 /* Memory allocation chunk size (nominally 64 Bytes chunks) */ macro
742 (*keyshares_max + GROUPLIST_INCREMENT) * sizeof(**keyshares_arr)); in extract_keyshares()
749 (*keyshares_max + GROUPLIST_INCREMENT) * in extract_keyshares()
754 *keyshares_max += GROUPLIST_INCREMENT; in extract_keyshares()
826 size_t keyshares_max = GROUPLIST_INCREMENT; in tls_parse_ctos_key_share()

Completed in 36 milliseconds