Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_context.c30 struct tcs_context *tcs_context_table = NULL; variable
83 index = tcs_context_table; in get_context()
97 index = tcs_context_table; in get_previous_context()
120 if (!previous && tcs_context_table->handle == handle) { in destroy_context()
122 tcs_context_table = tcs_context_table->next; in destroy_context()
151 index = tcs_context_table; in make_context()
154 tcs_context_table = create_tcs_context(); in make_context()
155 if (tcs_context_table == NULL) { in make_context()
160 index = tcs_context_table; in make_context()
234 tmp = tcs_context_table; in ctx_req_exclusive_transport()
[all …]