Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dcommon.h21 #define AES_BLOCK_SIZE_BIT U(128) macro
22 #define AES_BLOCK_SIZE (AES_BLOCK_SIZE_BIT / INT8_BIT)
27 #define MAX_BLOCK_SIZE_BIT AES_BLOCK_SIZE_BIT
H A Dstm32_saes.c759 ctx->assoc_len += AES_BLOCK_SIZE_BIT; in stm32_saes_update_assodata()
773 ctx->assoc_len += AES_BLOCK_SIZE_BIT; in stm32_saes_update_assodata()
862 ctx->load_len += AES_BLOCK_SIZE_BIT; in stm32_saes_update_load()