Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c643 #define GROUPLIST_INCREMENT 32 /* Memory allocation chunk size (nominally 64 Bytes chunks) */ macro
749 (*keyshares_max + GROUPLIST_INCREMENT) * sizeof(**keyshares_arr)); in extract_keyshares()
758 (*keyshares_max + GROUPLIST_INCREMENT) * sizeof(**encoded_pubkey_arr)); in extract_keyshares()
765 *keyshares_max += GROUPLIST_INCREMENT; in extract_keyshares()
836 size_t keyshares_max = GROUPLIST_INCREMENT; in tls_parse_ctos_key_share()
/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c1189 #define GROUPLIST_INCREMENT 32 /* Memory allocation chunk size (64 Bytes chunks ~= cache line) */ macro
1386 (garg->gidmax + GROUPLIST_INCREMENT) * sizeof(*garg->gid_arr)); in gid_cb()
1391 garg->gidmax += GROUPLIST_INCREMENT; in gid_cb()
1397 (garg->ksidmax + GROUPLIST_INCREMENT) * sizeof(*garg->ksid_arr)); in gid_cb()
1401 garg->ksidmax += GROUPLIST_INCREMENT; in gid_cb()
1531 size_t newcnt = garg->tplmax + GROUPLIST_INCREMENT; in grow_tuples()
1620 gcb.gidmax = GROUPLIST_INCREMENT; in tls1_set_groups_list()
1621 gcb.tplmax = GROUPLIST_INCREMENT; in tls1_set_groups_list()
1622 gcb.ksidmax = GROUPLIST_INCREMENT; in tls1_set_groups_list()