summaryrefslogtreecommitdiffstats
path: root/src/tss.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tss.h')
-rw-r--r--src/tss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tss.h b/src/tss.h
index 8fea407..12f902d 100644
--- a/src/tss.h
+++ b/src/tss.h
@@ -30,6 +30,7 @@ extern "C" {
plist_t tss_send_request(plist_t request);
plist_t tss_create_request(plist_t build_identity, uint64_t ecid, unsigned char* nonce, int nonce_size);
+int tss_get_ticket(plist_t tss, unsigned char** ticket, uint32_t* tlen);
int tss_get_entry_path(plist_t tss, const char* entry, char** path);
int tss_get_blob_by_path(plist_t tss, const char* path, char** blob);
int tss_get_blob_by_name(plist_t tss, const char* entry, char** blob);