Searched refs:stm32_cryp_finish_req (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/drivers/crypto/stm32/ |
A D | stm32-cryp.c | 314 static void stm32_cryp_finish_req(struct stm32_cryp *cryp, int err); 575 stm32_cryp_finish_req(cryp, err); in stm32_crypt_gcmccm_end_header() 800 static void stm32_cryp_finish_req(struct stm32_cryp *cryp, int err) in stm32_cryp_finish_req() function 1296 stm32_cryp_finish_req(cryp, 0); in stm32_cryp_aead_one_req() 1464 return stm32_cryp_finish_req(cryp, err); in stm32_cryp_irq_write_gcm_padded_data() 1496 return stm32_cryp_finish_req(cryp, err); in stm32_cryp_irq_write_gcm_padded_data() 1503 stm32_cryp_finish_req(cryp, 0); in stm32_cryp_irq_write_gcm_padded_data() 1562 return stm32_cryp_finish_req(cryp, err); in stm32_cryp_irq_write_ccm_padded_data() 1603 stm32_cryp_finish_req(cryp, err); in stm32_cryp_irq_write_ccm_padded_data() 1698 stm32_cryp_finish_req(cryp, 0); in stm32_cryp_irq_thread()
|
Completed in 6 milliseconds