Home
last modified time | relevance | path

Searched defs:lhash_st (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/lib/libcrypto/lhash/
H A Dlhash.c81 struct lhash_st { struct
82 LHASH_NODE **b;
83 LHASH_COMP_FN_TYPE comp;
84 LHASH_HASH_FN_TYPE hash;
85 unsigned int num_nodes;
86 unsigned int num_alloc_nodes;
87 unsigned int p;
88 unsigned int pmax;
89 unsigned long up_load; /* load times 256 */
90 unsigned long down_load; /* load times 256 */
[all …]