Searched refs:toKill (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_context.c112 struct tcs_context *toKill; local
117 toKill = get_context(handle);
121 /* this means that toKill is the first one */
123 } else if (previous && toKill) {
125 previous->next = toKill->next;
133 CTX_ref_count_keys(toKill);
137 if (toKill != NULL && toKill->transHandle)
138 TCSP_FlushSpecific_Common(toKill->transHandle, TPM_RT_TRANS);
141 free(toKill);
[all...]
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_context_mem.c141 struct memEntry *toKill = NULL; local
145 toKill = index;
147 table->entries = toKill->nextEntry;
149 prev->nextEntry = toKill->nextEntry;
152 free(toKill);
H A Dobj.c208 struct tsp_object *toKill; local
216 toKill = index;
218 list->head = toKill->next;
220 prev->next = toKill->next;
223 (*freeFcn)(toKill->data);
224 free(toKill);

Completed in 243 milliseconds