Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/stm32/
H A Dstm32-cryp.c92 #define CR_PH_MASK 0x00030000 macro
414 cfg &= ~CR_PH_MASK; in stm32_crypt_gcmccm_end_header()
1129 cfg &= ~CR_PH_MASK; in stm32_cryp_read_auth_tag()
1313 cfg &= ~CR_PH_MASK; in stm32_cryp_irq_write_gcm_padded_data()
1416 cfg &= ~CR_PH_MASK; in stm32_cryp_irq_write_ccm_padded_data()
1506 ph = stm32_cryp_read(cryp, CRYP_CR) & CR_PH_MASK; in stm32_cryp_irq_thread()