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

/solaris-userland/components/krb5/Solaris/
H A Drc_mem.h25 int hsize; member in struct:mem_data
H A Drc_mem.c42 hash(krb5_donot_replay *rep, unsigned int hsize) argument
47 return h % hsize;
88 rephash = hash(rep, t->hsize);
254 t->hsize = HASHSIZE; /* no need to store---it's memory-only */
255 t->h = (struct authlist **)malloc(t->hsize*sizeof (struct authlist *));
260 memset(t->h, 0, t->hsize*sizeof (struct authlist *));

Completed in 28 milliseconds