Home
last modified time | relevance | path

Searched refs:OPENSSL_LH_NODE (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/lhash/
Dlhash.c45 static OPENSSL_LH_NODE **getrn(OPENSSL_LHASH *lh, const void *data, unsigned long *rhash);
79 OPENSSL_LH_NODE *n, *nn; in OPENSSL_LH_free()
99 OPENSSL_LH_NODE *nn, **rn; in OPENSSL_LH_insert()
131 OPENSSL_LH_NODE *nn, **rn; in OPENSSL_LH_delete()
159 OPENSSL_LH_NODE **rn; in OPENSSL_LH_retrieve()
182 OPENSSL_LH_NODE *a, *n; in doall_util_fn()
216 OPENSSL_LH_NODE **n, **n1, **n2, *np; in expand()
225 n = OPENSSL_realloc(lh->b, sizeof(OPENSSL_LH_NODE *) * j); in expand()
262 OPENSSL_LH_NODE **n, *n1, *np; in contract()
268 (unsigned int)(sizeof(OPENSSL_LH_NODE *) * lh->pmax)); in contract()
[all …]
Dlh_stats.c84 OPENSSL_LH_NODE *n; in OPENSSL_LH_node_stats_bio()
96 OPENSSL_LH_NODE *n; in OPENSSL_LH_node_usage_stats_bio()
Dlhash_local.h20 OPENSSL_LH_NODE **b;
/freebsd-12-stable/crypto/openssl/include/openssl/
Dlhash.h24 typedef struct lhash_node_st OPENSSL_LH_NODE; typedef
96 # define LHASH_NODE OPENSSL_LH_NODE