diff options
author | 2012-02-02 10:39:08 +0100 | |
---|---|---|
committer | 2012-02-02 10:39:08 +0100 | |
commit | 0f1764d69aad6befec56de7ecd221a413ed363db (patch) | |
tree | e100d4495b839bb5802baec14100277ff23ac248 /src/tss.h | |
parent | 78416a40c8d9b6e54c345959d0afdaa17e245472 (diff) | |
download | idevicerestore-0f1764d69aad6befec56de7ecd221a413ed363db.tar.gz idevicerestore-0f1764d69aad6befec56de7ecd221a413ed363db.tar.bz2 |
tss: add tss_get_ticket() function
Diffstat (limited to 'src/tss.h')
-rw-r--r-- | src/tss.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |