Searched refs:AES_BLOCK_NB_U32 (Results 1 – 3 of 3) sorted by relevance
23 #define AES_BLOCK_NB_U32 (AES_BLOCK_SIZE / sizeof(uint32_t)) macro29 #define MAX_BLOCK_NB_U32 AES_BLOCK_NB_U32
183 for (i = 0; i < AES_BLOCK_NB_U32; i++) in write_aligned_block()192 uint32_t data_u32[AES_BLOCK_NB_U32] = { }; in write_block()204 for (i = 0; i < AES_BLOCK_NB_U32; i++) in read_aligned_block()213 uint32_t data_u32[AES_BLOCK_NB_U32] = { }; in read_block()743 uint32_t block[AES_BLOCK_NB_U32] = { }; in stm32_saes_update_assodata()867 uint32_t block_in[AES_BLOCK_NB_U32] = { }; in stm32_saes_update_load()868 uint32_t block_out[AES_BLOCK_NB_U32] = { }; in stm32_saes_update_load()1079 uint32_t block_in[AES_BLOCK_NB_U32] = { }; in stm32_saes_update()1080 uint32_t block_out[AES_BLOCK_NB_U32] = { }; in stm32_saes_update()
517 uint32_t b0[AES_BLOCK_NB_U32] = { 0 }; in ccm_first_context()742 ctx->block_u32 = AES_BLOCK_NB_U32; in stm32_cryp_init()