Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dlhash.h139 typedef struct lhash_st { struct
140 LHASH_NODE **b;
141 LHASH_COMP_FN_TYPE comp;
142 LHASH_HASH_FN_TYPE hash;
143 unsigned int num_nodes;
144 unsigned int num_alloc_nodes;
145 unsigned int p;
146 unsigned int pmax;
147 unsigned long up_load; /* load times 256 */
148 unsigned long down_load; /* load times 256 */
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dlhash.h128 typedef struct lhash_st { struct
130 size_t num_items;
134 LHASH_ITEM **buckets;
137 size_t num_buckets;
141 unsigned callback_depth;
143 lhash_cmp_func comp;
144 lhash_hash_func hash;
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dlhash.h128 typedef struct lhash_st { struct
130 size_t num_items;
134 LHASH_ITEM **buckets;
137 size_t num_buckets;
141 unsigned callback_depth;
143 lhash_cmp_func comp;
144 lhash_hash_func hash;