Searched refs:stm32_cryp_finish_req (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/crypto/stm32/ |
| D | stm32-cryp.c | 636 static void stm32_cryp_finish_req(struct stm32_cryp *cryp, int err) in stm32_cryp_finish_req() function 1062 stm32_cryp_finish_req(cryp, 0); in stm32_cryp_aead_one_req() 1347 return stm32_cryp_finish_req(cryp, err); in stm32_cryp_irq_write_gcm_padded_data() 1380 return stm32_cryp_finish_req(cryp, err); in stm32_cryp_irq_write_gcm_padded_data() 1387 stm32_cryp_finish_req(cryp, 0); in stm32_cryp_irq_write_gcm_padded_data() 1450 return stm32_cryp_finish_req(cryp, err); in stm32_cryp_irq_write_ccm_padded_data() 1489 stm32_cryp_finish_req(cryp, err); in stm32_cryp_irq_write_ccm_padded_data() 1554 return stm32_cryp_finish_req(cryp, err); in stm32_cryp_irq_write_gcm_header() 1570 stm32_cryp_finish_req(cryp, 0); in stm32_cryp_irq_write_gcm_header() 1653 return stm32_cryp_finish_req(cryp, err); in stm32_cryp_irq_write_ccm_header() [all …]
|