Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_delegate.c345 TSS_DELEGATION_TABLE_ENTRY tssDelegateEntry, *tssDelegateTable = NULL; in Tspi_TPM_Delegate_ReadTables() local
421 if ((tssDelegateTable = calloc_tspi(hContext, tssOffset)) == NULL) { in Tspi_TPM_Delegate_ReadTables()
432 free_tspi(hContext, tssDelegateTable); in Tspi_TPM_Delegate_ReadTables()
453 (BYTE *)tssDelegateTable, &tssDelegateEntry); in Tspi_TPM_Delegate_ReadTables()
461 *ppDelegateTable = tssDelegateTable; in Tspi_TPM_Delegate_ReadTables()