Searched refs:AES_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
23 #define AES_BLOCK_SIZE (AES_BLOCK_SIZE_BIT / UINT8_BIT) macro603 while (i < round_down(data_size, AES_BLOCK_SIZE)) { in stm32_saes_update_assodata()621 i += AES_BLOCK_SIZE; in stm32_saes_update_assodata()684 while (i < round_down(data_size, AES_BLOCK_SIZE)) { in stm32_saes_update_load()708 i += AES_BLOCK_SIZE; in stm32_saes_update_load()713 uint32_t block_in[AES_BLOCK_SIZE / sizeof(uint32_t)] = {0}; in stm32_saes_update_load()714 uint32_t block_out[AES_BLOCK_SIZE / sizeof(uint32_t)] = {0}; in stm32_saes_update_load()830 (round_down(data_size, AES_BLOCK_SIZE) != data_size)) { in stm32_saes_update()844 (round_down(data_size, AES_BLOCK_SIZE) != data_size)) { in stm32_saes_update()845 if (data_size < AES_BLOCK_SIZE * 2U) { in stm32_saes_update()[all …]