Searched refs:stm32_cryp_next_out (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/crypto/stm32/ | 
| D | stm32-cryp.c | 1069 static u32 *stm32_cryp_next_out(struct stm32_cryp *cryp, u32 *dst,  in stm32_cryp_next_out()  function 1166 				dst = stm32_cryp_next_out(cryp, dst,  in stm32_cryp_read_auth_tag() 1179 					dst = stm32_cryp_next_out(cryp, dst, 1);  in stm32_cryp_read_auth_tag() 1253 			dst = stm32_cryp_next_out(cryp, dst, sizeof(u32));  in stm32_cryp_irq_read_data() 1265 				dst = stm32_cryp_next_out(cryp, dst, 1);  in stm32_cryp_irq_read_data()
  |