#include <twl/aes.h>
AESResult AES_SetKey(const AESKey* pKey);
| pKey | Key to set. |
|---|
Returns AES_RESULT_SUCCESS if the key was set successfully. Any other return values indicate an error.
Sets the key used for AES encryption (decryption).
2007/12/25 Initial version.
CONFIDENTIAL