Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/stm32/
H A Dstm32-cryp.c87 #define CR_CRYPEN 0x00008000 macro
240 !(status & CR_CRYPEN), 10, 100000); in stm32_cryp_wait_enable()
371 stm32_cryp_write(cryp, CRYP_CR, cfg | CR_PH_INIT | CR_CRYPEN); in stm32_cryp_gcm_init()
411 cfg &= ~CR_CRYPEN; in stm32_crypt_gcmccm_end_header()
415 cfg |= CR_PH_PAYLOAD | CR_CRYPEN; in stm32_crypt_gcmccm_end_header()
492 stm32_cryp_write(cryp, CRYP_CR, cfg | CR_PH_INIT | CR_CRYPEN); in stm32_cryp_ccm_init()
515 cfg |= CR_PH_HEADER | CR_CRYPEN; in stm32_cryp_ccm_init()
566 stm32_cryp_write(cryp, CRYP_CR, cfg | CR_AES_KP | CR_CRYPEN); in stm32_cryp_hw_init()
610 cfg |= CR_CRYPEN; in stm32_cryp_hw_init()
1132 cfg |= CR_CRYPEN; in stm32_cryp_read_auth_tag()
[all …]