Home
last modified time | relevance | path

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

/lk-master/external/lib/aes/test/
A Daes_test.c38 uint8_t ciphertext[AES_BLOCK_SIZE]; in aes_command()
48 elapsed, elapsed / AES_BLOCK_SIZE, in aes_command()
49 ((elapsed * 1000) / AES_BLOCK_SIZE) % 1000); in aes_command()
50 int not_equal = memcmp(expected_ciphertext, ciphertext, AES_BLOCK_SIZE); in aes_command()
68 uint8_t ciphertext[AES_BLOCK_SIZE]; in aes_bench()
/lk-master/external/lib/aes/include/lib/
A Daes.h36 #define AES_BLOCK_SIZE 16 macro

Completed in 3 milliseconds