Searched refs:SIZE_AES_BLOCK_WORDS (Results 1 – 2 of 2) sorted by relevance
192 if ((0 == num_words) || (0 != (num_words % SIZE_AES_BLOCK_WORDS))) in hw_sc324_aes_kernel_process_data()219 for (uint32_t indx = 0; indx < num_words; indx += SIZE_AES_BLOCK_WORDS) in hw_sc324_aes_kernel_process_data()
28 #define SIZE_AES_BLOCK_WORDS ((SIZE_AES_BLOCK_BITS) / 32) macro