Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/
H A Dt1_lib.c1240 size_t tplmax; /* The memory allocation chunk size for the tuple counters */ member
1540 if (garg->tplcnt == garg->tplmax) { in tuple_cb()
1542 (garg->tplmax + GROUPLIST_INCREMENT) * sizeof(*garg->tuplcnt_arr)); in tuple_cb()
1546 garg->tplmax += GROUPLIST_INCREMENT; in tuple_cb()
1605 gcb.tplmax = GROUPLIST_INCREMENT; in tls1_set_groups_list()
1613 gcb.tuplcnt_arr = OPENSSL_malloc(gcb.tplmax * sizeof(*gcb.tuplcnt_arr)); in tls1_set_groups_list()