Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/crypto/lhash/
Dlhash.c128 ret->num_alloc_nodes=MIN_NODES; in lh_new()
317 nni=lh->num_alloc_nodes; in expand()
340 j=(int)lh->num_alloc_nodes*2; in expand()
351 for (i=(int)lh->num_alloc_nodes; i<j; i++)/* 26/02/92 eay */ in expand()
353 lh->pmax=lh->num_alloc_nodes; in expand()
354 lh->num_alloc_nodes=j; in expand()
378 lh->num_alloc_nodes/=2; in contract()
412 nn=hash%lh->num_alloc_nodes; in getrn()
Dlh_stats.c77 fprintf(out,"num_alloc_nodes = %u\n",lh->num_alloc_nodes); in lh_stats()
184 BIO_printf(out,"num_alloc_nodes = %u\n",lh->num_alloc_nodes); in lh_stats_bio()
Dlhash.h143 unsigned int num_alloc_nodes; member