diff options
author | Nikias Bassen | 2013-11-19 21:39:10 +0100 |
---|---|---|
committer | Nikias Bassen | 2013-11-19 21:39:10 +0100 |
commit | 7308198824b795d15ea8d2f2b67ab03b8d7bbb57 (patch) | |
tree | 41ed8c70cf7535ff4ad8498d6b0aa49c7500a366 /src/idevicerestore.h | |
parent | 3f8dea9bd12c4b4c52224b1a84835fa56df53fb2 (diff) | |
download | idevicerestore-7308198824b795d15ea8d2f2b67ab03b8d7bbb57.tar.gz idevicerestore-7308198824b795d15ea8d2f2b67ab03b8d7bbb57.tar.bz2 |
add get_sep_nonce helper function
Diffstat (limited to 'src/idevicerestore.h')
-rw-r--r-- | src/idevicerestore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/idevicerestore.h b/src/idevicerestore.h index f646d4a..742d7f9 100644 --- a/src/idevicerestore.h +++ b/src/idevicerestore.h @@ -77,6 +77,7 @@ const char* check_product_type(struct idevicerestore_client_t* client); int get_ecid(struct idevicerestore_client_t* client, uint64_t* ecid); int is_image4_supported(struct idevicerestore_client_t* client); int get_ap_nonce(struct idevicerestore_client_t* client, unsigned char** nonce, int* nonce_size); +int get_sep_nonce(struct idevicerestore_client_t* client, unsigned char** nonce, int* nonce_size); int get_shsh_blobs(struct idevicerestore_client_t* client, plist_t build_identity, plist_t* tss); void fixup_tss(plist_t tss); int build_manifest_get_identity_count(plist_t build_manifest); |