Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
A Dstm32_cryp.h42 uint32_t load_len; member
A Dstm32_cryp.c646 ctx->load_len = 0; in stm32_cryp_init()
931 ctx->load_len += ctx->block_u32 * sizeof(uint32_t) * INT8_BIT; in stm32_cryp_update_load()
945 ctx->load_len += ctx->block_u32 * sizeof(uint32_t) * INT8_BIT; in stm32_cryp_update_load()
1051 ctx->load_len += (ctx->extra_size * INT8_BIT); in stm32_cryp_final()
1073 io_write32(ctx->base + _CRYP_DIN, ctx->load_len); in stm32_cryp_final()

Completed in 5 milliseconds