Searched refs:stm32_cryp_finish_req (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/crypto/stm32/ |
H A D | stm32-cryp.c | 316 static void stm32_cryp_finish_req(struct stm32_cryp *cryp, int err); 577 stm32_cryp_finish_req(cryp, err); in stm32_crypt_gcmccm_end_header() 802 static void stm32_cryp_finish_req(struct stm32_cryp *cryp, int err) in stm32_cryp_finish_req() function 1268 stm32_cryp_finish_req(cryp, 0); in stm32_cryp_aead_one_req() 1436 return stm32_cryp_finish_req(cryp, err); in stm32_cryp_irq_write_gcm_padded_data() 1468 return stm32_cryp_finish_req(cryp, err); in stm32_cryp_irq_write_gcm_padded_data() 1475 stm32_cryp_finish_req(cryp, 0); in stm32_cryp_irq_write_gcm_padded_data() 1534 return stm32_cryp_finish_req(cryp, err); in stm32_cryp_irq_write_ccm_padded_data() 1575 stm32_cryp_finish_req(cryp, err); in stm32_cryp_irq_write_ccm_padded_data() 1671 stm32_cryp_finish_req(cryp, 0); in stm32_cryp_irq_thread()
|