libnds
|
Low-level NAND cryptographic functions for the ARM7. More...
#include <nds/ndstypes.h>
Functions | |
void | nandCrypt_Init (void) |
Initializes the Keyslot 3 and the internal state required to perform cryptographic operations on the NAND. | |
void | nandCrypt_SetIV (u32 offset) |
Sets the Input Vector in the aes engine to crypt the NAND blocks. | |
Low-level NAND cryptographic functions for the ARM7.
void nandCrypt_SetIV | ( | u32 | offset | ) |
Sets the Input Vector in the aes engine to crypt the NAND blocks.
offset | 16-byte block offset in the NAND flash where the ctypt operation will start at. |