Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c218 kernel_mechhash = calloc(KMECH_HASHTABLE_SIZE, sizeof (void *)); in C_Initialize()
324 for (i = 0; i < KMECH_HASHTABLE_SIZE; i++) { in finalize_common()
H A DkernelGlobal.h50 #define KMECH_HASHTABLE_SIZE 67 macro
H A DkernelUtil.c155 #define MECH_HASH(type) (((uintptr_t)type) % KMECH_HASHTABLE_SIZE)