HomeSort by: relevance | last modified time | path
    Searched defs:GROUPLIST_INCREMENT (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions_srvr.c 643 #define GROUPLIST_INCREMENT 32 /* Memory allocation chunk size (nominally 64 Bytes chunks) */
749 (*keyshares_max + GROUPLIST_INCREMENT) * sizeof(**keyshares_arr));
758 (*keyshares_max + GROUPLIST_INCREMENT) * sizeof(**encoded_pubkey_arr));
765 *keyshares_max += GROUPLIST_INCREMENT;
836 size_t keyshares_max = GROUPLIST_INCREMENT;
  /src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c 717 # define GROUPLIST_INCREMENT 40
738 (garg->gidmax + GROUPLIST_INCREMENT) * sizeof(*garg->gid_arr));
741 garg->gidmax += GROUPLIST_INCREMENT;
771 gcb.gidmax = GROUPLIST_INCREMENT;
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 1189 #define GROUPLIST_INCREMENT 32 /* Memory allocation chunk size (64 Bytes chunks ~= cache line) */
1387 (garg->gidmax + GROUPLIST_INCREMENT) * sizeof(*garg->gid_arr));
1392 garg->gidmax += GROUPLIST_INCREMENT;
1398 (garg->ksidmax + GROUPLIST_INCREMENT) * sizeof(*garg->ksid_arr));
1402 garg->ksidmax += GROUPLIST_INCREMENT;
1542 (garg->tplmax + GROUPLIST_INCREMENT) * sizeof(*garg->tuplcnt_arr));
1546 garg->tplmax += GROUPLIST_INCREMENT;
1604 gcb.gidmax = GROUPLIST_INCREMENT;
1605 gcb.tplmax = GROUPLIST_INCREMENT;
1606 gcb.ksidmax = GROUPLIST_INCREMENT;
    [all...]

Completed in 29 milliseconds