Searched refs:AES_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
38 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()
36 #define AES_BLOCK_SIZE 16 macro
Completed in 3 milliseconds