diff options
Diffstat (limited to 'test.c')
-rw-r--r-- | test.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -162,7 +162,6 @@ static void test_decrypt_cbc(void) 0x30, 0xc8, 0x1c, 0x46, 0xa3, 0x5c, 0xe4, 0x11, 0xe5, 0xfb, 0xc1, 0x19, 0x1a, 0x0a, 0x52, 0xef, 0xf6, 0x9f, 0x24, 0x45, 0xdf, 0x4f, 0x9b, 0x17, 0xad, 0x2b, 0x41, 0x7b, 0xe6, 0x6c, 0x37, 0x10 }; uint8_t buffer[64]; - uint8_t buffer2[64]; AES_CBC_decrypt_buffer(buffer, in, 64, key, iv); |