Searched refs:stm32_cryp_write (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/crypto/stm32/ |
| H A D | stm32-cryp.c | 527 stm32_cryp_write(c, r_id, tmpkey[i]); in stm32_cryp_hw_write_key() 599 stm32_cryp_write(cryp, cryp->caps->cr, cfg); in stm32_cryp_gcm_init() 602 stm32_cryp_write(cryp, cryp->caps->cr, cfg); in stm32_cryp_gcm_init() 718 stm32_cryp_write(cryp, cryp->caps->din, xd); in stm32_cryp_ccm_init() 731 stm32_cryp_write(cryp, cryp->caps->cr, cfg); in stm32_cryp_ccm_init() 737 stm32_cryp_write(cryp, cryp->caps->cr, cfg); in stm32_cryp_ccm_init() 751 stm32_cryp_write(cryp, cryp->caps->imsc, 0); in stm32_cryp_hw_init() 780 stm32_cryp_write(cryp, cryp->caps->cr, in stm32_cryp_hw_init() 783 stm32_cryp_write(cryp, in stm32_cryp_hw_init() 801 stm32_cryp_write(cryp, cryp->caps->cr, cfg); in stm32_cryp_hw_init() [all …]
|