Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/lhash/
H A Dlhash.c64 ret->num_alloc_nodes = MIN_NODES; in OPENSSL_LH_new()
220 nni = lh->num_alloc_nodes; in expand()
233 lh->num_alloc_nodes = j; in expand()
275 lh->num_alloc_nodes /= 2; in contract()
308 nn = hash % lh->num_alloc_nodes; in getrn()
H A Dlhash_local.h24 unsigned int num_alloc_nodes; member
H A Dlh_stats.c66 BIO_printf(out, "num_alloc_nodes = %u\n", lh->num_alloc_nodes); in OPENSSL_LH_stats_bio()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/lhash/
H A Dlhash.c64 ret->num_alloc_nodes = MIN_NODES; in OPENSSL_LH_new()
219 nni = lh->num_alloc_nodes; in expand()
232 lh->num_alloc_nodes = j; in expand()
272 lh->num_alloc_nodes /= 2; in contract()
302 nn = hash % lh->num_alloc_nodes; in getrn()
H A Dlhash_local.h24 unsigned int num_alloc_nodes; member
H A Dlh_stats.c66 BIO_printf(out, "num_alloc_nodes = %u\n", lh->num_alloc_nodes); in OPENSSL_LH_stats_bio()
/netbsd-src/tests/crypto/libcrypto/conf/
H A Dd_conf-1x.out3 num_alloc_nodes = 32
H A Dd_conf-3x.out3 num_alloc_nodes = 32