Searched refs:stm32_cryp_finish_req (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/crypto/stm32/ |
| D | stm32-cryp.c | 257 static void stm32_cryp_finish_req(struct stm32_cryp *cryp, int err); 409 stm32_cryp_finish_req(cryp, err); in stm32_crypt_gcmccm_end_header() 630 static void stm32_cryp_finish_req(struct stm32_cryp *cryp, int err) in stm32_cryp_finish_req() function 1126 stm32_cryp_finish_req(cryp, 0); in stm32_cryp_aead_one_req() 1304 return stm32_cryp_finish_req(cryp, err); in stm32_cryp_irq_write_gcm_padded_data() 1338 return stm32_cryp_finish_req(cryp, err); in stm32_cryp_irq_write_gcm_padded_data() 1345 stm32_cryp_finish_req(cryp, 0); in stm32_cryp_irq_write_gcm_padded_data() 1404 return stm32_cryp_finish_req(cryp, err); in stm32_cryp_irq_write_ccm_padded_data() 1446 stm32_cryp_finish_req(cryp, err); in stm32_cryp_irq_write_ccm_padded_data() 1542 stm32_cryp_finish_req(cryp, 0); in stm32_cryp_irq_thread()
|