|
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. | |
| bool | nandCrypt_Initialized (void) |
| Checks if nand crypto initialization has been performed. | |
| 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.
| bool nandCrypt_Initialized | ( | void | ) |
Checks if nand crypto initialization has been performed.
| 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. |