Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_cryp.h50 uint32_t load_len; member
H A Dstm32_saes.h38 uint32_t load_len; member
H A Dstm32_cryp.c649 ctx->load_len = 0; in stm32_cryp_init()
934 ctx->load_len += ctx->block_u32 * sizeof(uint32_t) * INT8_BIT; in stm32_cryp_update_load()
948 ctx->load_len += ctx->block_u32 * sizeof(uint32_t) * INT8_BIT; in stm32_cryp_update_load()
1054 ctx->load_len += (ctx->extra_size * INT8_BIT); in stm32_cryp_final()
1076 io_write32(ctx->base + _CRYP_DIN, ctx->load_len); in stm32_cryp_final()
H A Dstm32_saes.c862 ctx->load_len += AES_BLOCK_SIZE_BIT; in stm32_saes_update_load()
892 ctx->load_len += (data_size - i) * INT8_BIT; in stm32_saes_update_load()
956 io_write32(ctx->base + _SAES_DINR, ctx->load_len); in stm32_saes_final()