Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dt1_lib.c1052 size_t groups_to_add = 0; in gid_cb() local
1075 groups_to_add = garg->ctx->ext.supported_groups_default_len; in gid_cb()
1077 groups_to_add = 1; in gid_cb()
1079 if (groups_to_add > garg->gidmax - garg->gidcnt) { in gid_cb()
1080 size_t list_increment = groups_to_add > GROUPLIST_INCREMENT ? groups_to_add in gid_cb()

Completed in 15 milliseconds