Searched refs:skcipher_done (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | talitos.c | 1545 static void skcipher_done(struct device *dev, in skcipher_done() function 1672 return common_nonsnoop(edesc, areq, skcipher_done); in skcipher_encrypt() 1696 return common_nonsnoop(edesc, areq, skcipher_done); in skcipher_decrypt()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | talitos.c | 1546 static void skcipher_done(struct device *dev, in skcipher_done() function 1673 return common_nonsnoop(edesc, areq, skcipher_done); in skcipher_encrypt() 1697 return common_nonsnoop(edesc, areq, skcipher_done); in skcipher_decrypt()
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamalg_qi.c | 1205 static void skcipher_done(struct caam_drv_req *drv_req, u32 status) in skcipher_done() function 1357 edesc->drv_req.cbk = skcipher_done; in skcipher_edesc_alloc()
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamalg_qi.c | 1216 static void skcipher_done(struct caam_drv_req *drv_req, u32 status) in skcipher_done() function 1357 edesc->drv_req.cbk = skcipher_done; in skcipher_edesc_alloc()
|
Completed in 14 milliseconds