Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dt1_lib.c1038 size_t gidmax; member
1079 if (groups_to_add > garg->gidmax - garg->gidcnt) { in gid_cb()
1084 (garg->gidmax + list_increment) * sizeof(*garg->gid_arr)); in gid_cb()
1089 garg->gidmax += list_increment; in gid_cb()
1155 gcb.gidmax = GROUPLIST_INCREMENT; in tls1_set_groups_list()
1156 gcb.gid_arr = OPENSSL_malloc(gcb.gidmax * sizeof(*gcb.gid_arr)); in tls1_set_groups_list()

Completed in 17 milliseconds