Searched refs:AES_BLOCK_WORDS (Results 1 – 1 of 1) sorted by relevance
89 #define AES_BLOCK_WORDS (AES_BLOCK_SIZE / sizeof(u32)) macro90 #define AES_IV_WORDS AES_BLOCK_WORDS372 for (int i = 0; i < AES_BLOCK_WORDS; ++i) in dthe_aes_run()