Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dstm32_cryp.c136 #define _CRYP_CR_ALGODIR BIT(2) macro
217 return (cr & _CRYP_CR_ALGODIR) == _CRYP_CR_ALGODIR_DEC; in is_decrypt()
674 SETBITS(ctx->cr, _CRYP_CR_ALGODIR); in stm32_cryp_init()
676 CLRBITS(ctx->cr, _CRYP_CR_ALGODIR); in stm32_cryp_init()

Completed in 4 milliseconds