Home
last modified time | relevance | path

Searched refs:tcs_api_table (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dobj_context.h34 struct tcs_api_table *tcs_api;
83 struct tcs_api_table *obj_context_get_tcs_api(TSS_HCONTEXT);
H A Dspi_utils.h442 struct tcs_api_table { struct
634 extern struct tcs_api_table tcs_normal_api; argument
636 extern struct tcs_api_table tcs_transport_api;
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dspi_utils.c34 struct tcs_api_table tcs_normal_api = {
186 struct tcs_api_table tcs_transport_api = {
H A Dobj_context.c72 struct tcs_api_table *
77 struct tcs_api_table *t; in obj_context_get_tcs_api()