Searched refs:stm32_cryp_next_out (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/crypto/stm32/ |
D | stm32-cryp.c | 1063 static u32 *stm32_cryp_next_out(struct stm32_cryp *cryp, u32 *dst, in stm32_cryp_next_out() function 1160 dst = stm32_cryp_next_out(cryp, dst, in stm32_cryp_read_auth_tag() 1173 dst = stm32_cryp_next_out(cryp, dst, 1); in stm32_cryp_read_auth_tag() 1247 dst = stm32_cryp_next_out(cryp, dst, sizeof(u32)); in stm32_cryp_irq_read_data() 1259 dst = stm32_cryp_next_out(cryp, dst, 1); in stm32_cryp_irq_read_data()
|