Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_context_mem.c24 static struct memTable *
27 struct memTable *table = NULL; in __tspi_createTable()
32 table = calloc(1, sizeof(struct memTable)); in __tspi_createTable()
34 LogError("malloc of %zd bytes failed.", sizeof(struct memTable)); in __tspi_createTable()
41 struct memTable *
44 struct memTable *tmp; in getTable()
55 __tspi_addTable(struct memTable *new) in __tspi_addTable()
57 struct memTable *tmp = SpiMemoryTable; in __tspi_addTable()
79 struct memTable *tmp = getTable(tspContext); in __tspi_addEntry()
109 struct memTable *prev = NULL, *index = NULL, *next = NULL; in __tspi_freeTable()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dmemmgr.h27 struct memTable { struct
30 struct memTable *nextTable; argument
35 struct memTable *SpiMemoryTable = NULL;