Home
last modified time | relevance | path

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

/RevoEX-2.4-CW4W/build/demos/netdemo/src/
Dcrypto.c252 u8 enc[NET_AES_BLOCK_LENGTH]; in DoTest() local
259 (void)memset(enc, 0x00, sizeof(iv)); in DoTest()
262 (void)NETAESEncrypt(ctx, enc, samples[i].plain, sizeof(enc)); in DoTest()
265 PrintResultBinaryEq(enc, samples[i].cipher, NET_AES_BLOCK_LENGTH, result); in DoTest()
272 PrintBinary(enc, NET_AES_BLOCK_LENGTH); in DoTest()
277 (void)NETAESDecrypt(ctx, dec, enc, sizeof(dec)); in DoTest()
/RevoEX-2.4-CW4W/build/buildtools/
Dcommondefs.rex122 # Deleted the enc library. Moved it to RevolutionSDK.
131 # Added the enc library.