Searched refs:stm32_cryp_read (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/crypto/stm32/ |
| H A D | stm32-cryp.c | 294 static inline u32 stm32_cryp_read(struct stm32_cryp *cryp, u32 ofst) in stm32_cryp_read() function 407 *tmp++ = cpu_to_be32(stm32_cryp_read(cryp, cryp->caps->iv0l)); in stm32_cryp_get_iv() 408 *tmp++ = cpu_to_be32(stm32_cryp_read(cryp, cryp->caps->iv0r)); in stm32_cryp_get_iv() 411 *tmp++ = cpu_to_be32(stm32_cryp_read(cryp, cryp->caps->iv1l)); in stm32_cryp_get_iv() 412 *tmp++ = cpu_to_be32(stm32_cryp_read(cryp, cryp->caps->iv1r)); in stm32_cryp_get_iv() 627 cfg = stm32_cryp_read(cryp, cryp->caps->cr); in stm32_crypt_gcmccm_end_header() 871 reg = stm32_cryp_read(cryp, cryp->caps->dmacr); in stm32_cryp_header_dma_callback() 876 reg = stm32_cryp_read(cryp, cryp->caps->cr); in stm32_cryp_header_dma_callback() 893 reg = stm32_cryp_read(cryp, cryp->caps->cr); in stm32_cryp_header_dma_callback() 931 reg = stm32_cryp_read(cryp, cryp->caps->dmacr); in stm32_cryp_dma_callback() [all …]
|