Query a personalization nonce for the given image type, used for personalized disk images (iOS 17+).
This nonce is supposed to be added to the TSS request for the corresponding image.
- Parameters
-
| client | The connected mobile_image_mounter client. |
| image_type | The image_type to get the personalization nonce for, usually DeveloperDiskImage. |
| nonce | Pointer that will be set to an allocated buffer with the nonce value. |
| nonce_size | Pointer to an unsigned int that will receive the size of the nonce value. |
- Returns
- MOBILE_IMAGE_MOUNTER_E_SUCCESS on success, or a MOBILE_IMAGE_MOUNTER_E_* error code on error.