Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/st/crypto/
Dstm32_saes.c23 #define AES_BLOCK_SIZE (AES_BLOCK_SIZE_BIT / UINT8_BIT) macro
601 while (i < round_down(data_size, AES_BLOCK_SIZE)) { in stm32_saes_update_assodata()
619 i += AES_BLOCK_SIZE; in stm32_saes_update_assodata()
682 while (i < round_down(data_size, AES_BLOCK_SIZE)) { in stm32_saes_update_load()
706 i += AES_BLOCK_SIZE; in stm32_saes_update_load()
711 uint32_t block_in[AES_BLOCK_SIZE / sizeof(uint32_t)] = {0}; in stm32_saes_update_load()
712 uint32_t block_out[AES_BLOCK_SIZE / sizeof(uint32_t)] = {0}; in stm32_saes_update_load()
828 (round_down(data_size, AES_BLOCK_SIZE) != data_size)) { in stm32_saes_update()
842 (round_down(data_size, AES_BLOCK_SIZE) != data_size)) { in stm32_saes_update()
843 if (data_size < AES_BLOCK_SIZE * 2U) { in stm32_saes_update()
[all …]