Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/lhash/
H A Dlhash_local.h19 struct lhash_st { struct
20 OPENSSL_LH_NODE **b;
21 OPENSSL_LH_COMPFUNC comp;
22 OPENSSL_LH_HASHFUNC hash;
23 OPENSSL_LH_HASHFUNCTHUNK hashw;
24 OPENSSL_LH_COMPFUNCTHUNK compw;
25 OPENSSL_LH_DOALL_FUNC_THUNK daw;
26 OPENSSL_LH_DOALL_FUNCARG_THUNK daaw;
27 unsigned int num_nodes;
28 unsigned int num_alloc_nodes;
[all …]