Searched refs:_CRYP_CR_ALGODIR (Results 1 – 1 of 1) sorted by relevance
136 #define _CRYP_CR_ALGODIR BIT(2) macro217 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