Home
last modified time | relevance | path

Searched refs:__tspi_add_table_entry (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dhosttable.h38 TSS_RESULT __tspi_add_table_entry(TSS_HCONTEXT, BYTE *, int, struct host_table_entry **);
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dhosttable.c83 __tspi_add_table_entry(TSS_HCONTEXT tspContext, BYTE *host, int type, struct host_table_entry **ret) in __tspi_add_table_entry() function
H A Dtcs_api.c42 if ((result = __tspi_add_table_entry(tspContext, hostname, type, &entry))) in RPC_OpenContext()