Home
last modified time | relevance | path

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

/linux/drivers/crypto/ti/
H A Ddthev2-aes.c89 #define AES_BLOCK_WORDS (AES_BLOCK_SIZE / sizeof(u32)) macro
90 #define AES_IV_WORDS AES_BLOCK_WORDS
372 for (int i = 0; i < AES_BLOCK_WORDS; ++i) in dthe_aes_run()