Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/lhash/
H A Dlhash.c86 unsigned int num_alloc_nodes; member
108 nni = lh->num_alloc_nodes; in expand()
126 j = (int)lh->num_alloc_nodes * 2; in expand()
135 for (i = (int)lh->num_alloc_nodes; i < j; i++)/* 26/02/92 eay */ in expand()
137 lh->pmax = lh->num_alloc_nodes; in expand()
138 lh->num_alloc_nodes = j; in expand()
158 lh->num_alloc_nodes /= 2; in contract()
189 nn = hash % lh->num_alloc_nodes; in getrn()
221 ret->num_alloc_nodes = MIN_NODES; in lh_new()