Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/lhash/
H A Dlhash.c79 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()
295 static OPENSSL_LH_NODE **getrn(OPENSSL_LHASH *lh, in getrn()
[all …]
H A 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()
H A Dlhash_lcl.h20 OPENSSL_LH_NODE **b;
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dlhash.h24 typedef struct lhash_node_st OPENSSL_LH_NODE; typedef
96 # define LHASH_NODE OPENSSL_LH_NODE