From 0f1764d69aad6befec56de7ecd221a413ed363db Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 2 Feb 2012 10:39:08 +0100 Subject: tss: add tss_get_ticket() function --- src/tss.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tss.h') 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); -- cgit v1.1-32-gdbae