Home
last modified time | relevance | path

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

/crypto/lhash/
A Dlhash.c74 ret->num_alloc_nodes = MIN_NODES; in OPENSSL_LH_new()
249 nni = lh->num_alloc_nodes; in expand()
262 lh->num_alloc_nodes = j; in expand()
301 lh->num_alloc_nodes /= 2; in contract()
334 nn = hash % lh->num_alloc_nodes; in getrn()
A Dlhash_local.h28 unsigned int num_alloc_nodes; member
A Dlh_stats.c75 BIO_printf(out, "num_alloc_nodes = %u\n", lh->num_alloc_nodes); in OPENSSL_LH_stats_bio()

Completed in 7 milliseconds