Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_saes.c139 #define SET_CHAINING_MODE(mode, cr) \ macro
579 ctx->cr = SET_CHAINING_MODE(ECB, ctx->cr); in stm32_saes_init()
582 ctx->cr = SET_CHAINING_MODE(CBC, ctx->cr); in stm32_saes_init()
585 ctx->cr = SET_CHAINING_MODE(CTR, ctx->cr); in stm32_saes_init()
588 ctx->cr = SET_CHAINING_MODE(GCM, ctx->cr); in stm32_saes_init()
591 ctx->cr = SET_CHAINING_MODE(CCM, ctx->cr); in stm32_saes_init()