Home
last modified time | relevance | path

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

/openssl-master/crypto/lhash/
A Dlhash.c226 unsigned int p, pmax, nni, j; in expand() local
229 nni = lh->num_alloc_nodes; in expand()
233 j = nni * 2; in expand()
240 memset(n + nni, 0, sizeof(*n) * (j - nni)); in expand()
241 lh->pmax = nni; in expand()
257 if ((hash % nni) != p) { /* move it */ in expand()

Completed in 4 milliseconds