Searched refs:memEntry (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dmemmgr.h15 * For each TSP context, there is one memTable, which holds a list of memEntry's,
22 struct memEntry { struct
24 struct memEntry *nextEntry;
29 struct memEntry *entries;
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_context_mem.c77 __tspi_addEntry(TSS_HCONTEXT tspContext, struct memEntry *new)
80 struct memEntry *tmp_entry;
110 struct memEntry *entry = NULL, *entry_next = NULL;
139 struct memEntry *index = NULL;
140 struct memEntry *prev = NULL;
141 struct memEntry *toKill = NULL;
163 struct memEntry *newEntry = calloc(1, sizeof(struct memEntry));
165 LogError("malloc of %zd bytes failed.", sizeof(struct memEntry));
188 struct memEntry *newEntr
[all...]

Completed in 277 milliseconds