Searched refs:INITIAL_MECHLIST_SIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c53 #define INITIAL_MECHLIST_SIZE 256 macro
86 mechlist = calloc(INITIAL_MECHLIST_SIZE, sizeof (mechlist_t));
90 true_mechlist_size = INITIAL_MECHLIST_SIZE;

Completed in 43 milliseconds