Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/crypto/
H A Dstm32_saes.c23 #define AES_BLOCK_SIZE (AES_BLOCK_SIZE_BIT / UINT8_BIT) macro
603 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 …]