Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c1240 size_t tplmax; /* Allocated length of tuplcnt_arr */ member
1543 if (garg->tplcnt + 1 == garg->tplmax) { in grow_tuples()
1544 size_t newcnt = garg->tplmax + GROUPLIST_INCREMENT; in grow_tuples()
1552 garg->tplmax = newcnt; in grow_tuples()
1644 gcb.tplmax = GROUPLIST_INCREMENT; in tls1_set_groups_list()
1652 gcb.tuplcnt_arr = OPENSSL_malloc(gcb.tplmax * sizeof(*gcb.tuplcnt_arr)); in tls1_set_groups_list()