Searched refs:_SAES_CR_KEYSIZE (Results 1 – 1 of 1) sorted by relevance
88 #define _SAES_CR_KEYSIZE BIT(18) macro334 if ((ctx->cr & _SAES_CR_KEYSIZE) == _SAES_CR_KEYSIZE) { in saes_write_key()354 if ((ctx->cr & _SAES_CR_KEYSIZE)) 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()612 ctx->cr &= ~_SAES_CR_KEYSIZE; in stm32_saes_init()615 ctx->cr |= _SAES_CR_KEYSIZE; in stm32_saes_init()