Searched refs:stm32_cryp_next_out (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/crypto/stm32/ |
D | stm32-cryp.c | 1074 static u32 *stm32_cryp_next_out(struct stm32_cryp *cryp, u32 *dst, in stm32_cryp_next_out() function 1176 dst = stm32_cryp_next_out(cryp, dst, in stm32_cryp_read_auth_tag() 1189 dst = stm32_cryp_next_out(cryp, dst, 1); in stm32_cryp_read_auth_tag() 1263 dst = stm32_cryp_next_out(cryp, dst, sizeof(u32)); in stm32_cryp_irq_read_data() 1275 dst = stm32_cryp_next_out(cryp, dst, 1); in stm32_cryp_irq_read_data()
|