Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_cryp.h49 uint32_t assoc_len; member
H A Dstm32_saes.h37 uint32_t assoc_len; member
H A Dstm32_cryp.c613 ctx->assoc_len += (ctx->extra_size) * INT8_BIT; in do_from_header_to_phase()
648 ctx->assoc_len = 0; in stm32_cryp_init()
832 ctx->assoc_len += ctx->block_u32 * sizeof(uint32_t) * INT8_BIT; in stm32_cryp_update_assodata()
842 ctx->assoc_len += ctx->block_u32 * sizeof(uint32_t) * INT8_BIT; in stm32_cryp_update_assodata()
1074 io_write32(ctx->base + _CRYP_DIN, ctx->assoc_len); in stm32_cryp_final()
H A Dstm32_saes.c508 ctx->assoc_len += ctx->extra_size * INT8_BIT; in do_from_header_to_phase()
759 ctx->assoc_len += AES_BLOCK_SIZE_BIT; in stm32_saes_update_assodata()
773 ctx->assoc_len += AES_BLOCK_SIZE_BIT; in stm32_saes_update_assodata()
954 io_write32(ctx->base + _SAES_DINR, ctx->assoc_len); in stm32_saes_final()