Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dobj_context.c32 struct tr_context_obj *context = calloc(1, sizeof(struct tr_context_obj)); in obj_context_add()
35 LogError("malloc of %zd bytes failed.", sizeof(struct tr_context_obj)); in obj_context_add()
76 struct tr_context_obj *context; in obj_context_get_tcs_api()
85 context = (struct tr_context_obj *)obj->data; in obj_context_get_tcs_api()
100 struct tr_context_obj *context = (struct tr_context_obj *)data; in __tspi_obj_context_free()
124 struct tr_context_obj *context; in obj_context_close()
129 context = (struct tr_context_obj *)obj->data; in obj_context_close()
152 struct tr_context_obj *context; in obj_context_get_policy()
158 context = (struct tr_context_obj *)obj->data; in obj_context_get_policy()
177 struct tr_context_obj *context; in obj_context_get_machine_name()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dobj_context.h27 struct tr_context_obj { struct
71 TSS_RESULT obj_context_transport_establish(TSS_HCONTEXT, struct tr_context_obj *);