Searched refs:load_len (Results 1 – 2 of 2) sorted by relevance
42 uint32_t load_len; member
646 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