Searched refs:AESKey (Results 1 – 10 of 10) sorted by relevance
| /TwlSDK-5.4/include/twl/aes/common/ |
| D | types.h | 93 typedef union AESKey union 98 AESKey; typedef
|
| /TwlSDK-5.4/build/demos.TWL/aes/ctr-compatible/src/ |
| D | main.c | 40 const AESKey* pKey, 100 DEMO_PrintBytes(pKey, sizeof(AESKey)); in SampleMain() 188 DEMO_PrintBytes(pKey, sizeof(AESKey)); in SampleMain() 314 const AESKey* pKey, in DEMO_CtrCompatible() 320 AESKey key; in DEMO_CtrCompatible()
|
| /TwlSDK-5.4/build/demos.TWL/aes/ccm-compatible/src/ |
| D | main.c | 48 const AESKey* pKey, 58 const AESKey* pKey, 135 DEMO_PrintBytes(pKey, sizeof(AESKey)); in SampleMain() 262 DEMO_PrintBytes(pKey, sizeof(AESKey)); in SampleMain() 486 const AESKey* pKey, in DEMO_CcmEncryptCompatible() 497 AESKey key; in DEMO_CcmEncryptCompatible() 617 const AESKey* pKey, in DEMO_CcmDecryptCompatible() 629 AESKey key; in DEMO_CcmDecryptCompatible()
|
| /TwlSDK-5.4/include/twl/aes/ARM9/ |
| D | aes_internal.h | 40 AESResult AESi_SetKey(const AESKey* pKey);
|
| D | aes_inline.h | 43 SDK_INLINE AESResult AES_SetKey(const AESKey* pKey) in AES_SetKey()
|
| /TwlSDK-5.4/build/demos.TWL/aes/encrypt-and-sign/src/ |
| D | main.c | 40 static const AESKey DEMO_KEY =
|
| /TwlSDK-5.4/build/demos.TWL/aes/encrypt/src/ |
| D | main.c | 40 static const AESKey DEMO_KEY =
|
| /TwlSDK-5.4/build/demos.TWL/aes/ctr/src/ |
| D | main.c | 40 static const AESKey DEMO_KEY =
|
| /TwlSDK-5.4/build/demos.TWL/aes/ctr-partial/src/ |
| D | main.c | 40 static const AESKey DEMO_KEY =
|
| /TwlSDK-5.4/build/demos.TWL/aes/ccm/src/ |
| D | main.c | 49 static const AESKey DEMO_KEY =
|