IOS/ES: Handle personalised tickets properly

IOS unpersonalises device-specific ("personalised") tickets prior to
storing them on the NAND.
This commit is contained in:
Léo Lam
2017-03-08 12:40:50 +01:00
parent 71273c05a9
commit 9c31d6f5c5
8 changed files with 93 additions and 7 deletions

View File

@ -308,7 +308,7 @@ static void point_add(u8* r, const u8* p, const u8* q)
elt_add(ry, s, rx);
}
static void point_mul(u8* d, const u8* a, const u8* b) // a is bignum
void point_mul(u8* d, const u8* a, const u8* b) // a is bignum
{
u32 i;
u8 mask;