Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_saes.c29 #define _SAES_CR U(0x0) macro
263 io_setbits32(ctx->base + _SAES_CR, _SAES_CR_IPRST); in saes_start()
264 io_clrbits32(ctx->base + _SAES_CR, _SAES_CR_IPRST); in saes_start()
283 io_setbits32(ctx->base + _SAES_CR, _SAES_CR_IPRST); in saes_end()
284 io_clrbits32(ctx->base + _SAES_CR, _SAES_CR_IPRST); in saes_end()
288 io_clrbits32(ctx->base + _SAES_CR, _SAES_CR_EN); in saes_end()
351 io_clrbits32(ctx->base + _SAES_CR, _SAES_CR_EN); in saes_prepare_key()
355 io_setbits32(ctx->base + _SAES_CR, _SAES_CR_KEYSIZE); in saes_prepare_key()
357 io_clrbits32(ctx->base + _SAES_CR, _SAES_CR_KEYSIZE); in saes_prepare_key()
372 io_clrsetbits32(ctx->base + _SAES_CR, _SAES_CR_MODE_MASK, in saes_prepare_key()
[all …]