Searched refs:AESKey (Results 1 – 10 of 10) sorted by relevance
| /TwlSDK-5.1.0/include/twl/aes/common/ |
| D | types.h | 93 typedef union AESKey union 98 AESKey; typedef
|
| /TwlSDK-5.1.0/build/demos.TWL/aes/ctr-compatible/src/ |
| D | main.c | 39 const AESKey* pKey, 99 DEMO_PrintBytes(pKey, sizeof(AESKey)); in SampleMain() 187 DEMO_PrintBytes(pKey, sizeof(AESKey)); in SampleMain() 320 const AESKey* pKey, in DEMO_CtrCompatible() 326 AESKey key; in DEMO_CtrCompatible()
|
| /TwlSDK-5.1.0/build/demos.TWL/aes/ccm-compatible/src/ |
| D | main.c | 47 const AESKey* pKey, 57 const AESKey* pKey, 134 DEMO_PrintBytes(pKey, sizeof(AESKey)); in SampleMain() 261 DEMO_PrintBytes(pKey, sizeof(AESKey)); in SampleMain() 492 const AESKey* pKey, in DEMO_CcmEncryptCompatible() 503 AESKey key; in DEMO_CcmEncryptCompatible() 623 const AESKey* pKey, in DEMO_CcmDecryptCompatible() 635 AESKey key; in DEMO_CcmDecryptCompatible()
|
| /TwlSDK-5.1.0/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.1.0/build/demos.TWL/aes/encrypt/src/ |
| D | main.c | 39 static const AESKey DEMO_KEY =
|
| /TwlSDK-5.1.0/build/demos.TWL/aes/encrypt-and-sign/src/ |
| D | main.c | 39 static const AESKey DEMO_KEY =
|
| /TwlSDK-5.1.0/build/demos.TWL/aes/ctr/src/ |
| D | main.c | 39 static const AESKey DEMO_KEY =
|
| /TwlSDK-5.1.0/build/demos.TWL/aes/ctr-partial/src/ |
| D | main.c | 39 static const AESKey DEMO_KEY =
|
| /TwlSDK-5.1.0/build/demos.TWL/aes/ccm/src/ |
| D | main.c | 48 static const AESKey DEMO_KEY =
|