Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dstm32_cryp.h50 uint32_t load_len; member
A Dstm32_cryp.c651 ctx->load_len = 0; in stm32_cryp_init()
936 ctx->load_len += ctx->block_u32 * sizeof(uint32_t) * INT8_BIT; in stm32_cryp_update_load()
950 ctx->load_len += ctx->block_u32 * sizeof(uint32_t) * INT8_BIT; in stm32_cryp_update_load()
1056 ctx->load_len += (ctx->extra_size * INT8_BIT); in stm32_cryp_final()
1078 io_write32(ctx->base + _CRYP_DIN, ctx->load_len); in stm32_cryp_final()

Completed in 4 milliseconds