HomeSort by: relevance | last modified time | path
    Searched refs:tr_context_obj (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tspi/
obj_context.c 32 struct tr_context_obj *context = calloc(1, sizeof(struct tr_context_obj));
35 LogError("malloc of %zd bytes failed.", sizeof(struct tr_context_obj));
76 struct tr_context_obj *context;
85 context = (struct tr_context_obj *)obj->data;
100 struct tr_context_obj *context = (struct tr_context_obj *)data;
124 struct tr_context_obj *context;
129 context = (struct tr_context_obj *)obj->data;
152 struct tr_context_obj *context
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/include/
obj_context.h 27 struct tr_context_obj { struct
71 TSS_RESULT obj_context_transport_establish(TSS_HCONTEXT, struct tr_context_obj *);

Completed in 17 milliseconds