Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/stm32/
Dstm32-cryp.c116 #define CR_CRYPEN 0x00008000 macro
282 writel_relaxed(readl_relaxed(cryp->regs + cryp->caps->cr) | CR_CRYPEN, in stm32_cryp_enable()
291 !(status & CR_CRYPEN), 10, 100000); in stm32_cryp_wait_enable()
543 stm32_cryp_write(cryp, cryp->caps->cr, cfg | CR_PH_INIT | CR_CRYPEN); in stm32_cryp_gcm_init()
583 cfg &= ~CR_CRYPEN; in stm32_crypt_gcmccm_end_header()
587 cfg |= CR_PH_PAYLOAD | CR_CRYPEN; in stm32_crypt_gcmccm_end_header()
663 stm32_cryp_write(cryp, cryp->caps->cr, cfg | CR_PH_INIT | CR_CRYPEN); in stm32_cryp_ccm_init()
686 cfg |= CR_PH_HEADER | CR_CRYPEN; in stm32_cryp_ccm_init()
1286 cfg |= CR_CRYPEN; in stm32_cryp_read_auth_tag()
1350 cfg &= ~CR_CRYPEN; in stm32_cryp_read_auth_tag()
[all …]