Home
last modified time | relevance | path

Searched refs:AES_ENCRYPT_HEADER_SIZE (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/include/twl/aes/ARM9/
Dutil.h35 #define AES_ENCRYPT_HEADER_SIZE 16 macro
/TwlSDK-5.1.0/build/demos.TWL/aes/encrypt/src/
Dmain.c87 cipherSize = plainSize + AES_ENCRYPT_HEADER_SIZE; in SampleMain()