Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c51 #define INITIAL_MECHLIST_SIZE 256 macro
84 mechlist = calloc(INITIAL_MECHLIST_SIZE, sizeof (mechlist_t)); in meta_mechManager_initialize()
88 true_mechlist_size = INITIAL_MECHLIST_SIZE; in meta_mechManager_initialize()