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

  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_context.h 26 struct tcs_context { struct
32 struct tcs_context *next;
tcs_utils.h 17 #include "tcs_context.h"
157 void ctx_ref_count_keys(struct tcs_context *);
158 struct tcs_context *get_context(TCS_CONTEXT_HANDLE);
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_context.c 19 #include "tcs_context.h"
30 struct tcs_context *tcs_context_table = NULL;
35 struct tcs_context *create_tcs_context();
36 struct tcs_context *get_context(TCS_CONTEXT_HANDLE);
37 struct tcs_context *get_previous_context(TCS_CONTEXT_HANDLE);
67 struct tcs_context *
70 struct tcs_context *ret = (struct tcs_context *)calloc(1, sizeof(struct tcs_context));
79 struct tcs_context *
    [all...]
tcs_context_key.c 19 #include "tcs_context.h"
32 ctx_ref_count_keys(struct tcs_context *c)
53 struct tcs_context *c;
80 struct tcs_context *c;
114 struct tcs_context *c;

Completed in 16 milliseconds