Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dstm32_cryp.h49 uint32_t assoc_len; member
A Dstm32_cryp.c615 ctx->assoc_len += (ctx->extra_size) * INT8_BIT; in do_from_header_to_phase()
650 ctx->assoc_len = 0; in stm32_cryp_init()
834 ctx->assoc_len += ctx->block_u32 * sizeof(uint32_t) * INT8_BIT; in stm32_cryp_update_assodata()
844 ctx->assoc_len += ctx->block_u32 * sizeof(uint32_t) * INT8_BIT; in stm32_cryp_update_assodata()
1076 io_write32(ctx->base + _CRYP_DIN, ctx->assoc_len); in stm32_cryp_final()

Completed in 4 milliseconds