Searched refs:skcipher_crypt_done (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamalg.c | 1002 static void skcipher_crypt_done(struct device *jrdev, u32 *desc, u32 err, in skcipher_crypt_done() function 1764 ret = caam_jr_enqueue(ctx->jrdev, desc, skcipher_crypt_done, req); in skcipher_do_one_req() 1841 ret = caam_jr_enqueue(jrdev, desc, skcipher_crypt_done, req); in skcipher_crypt()
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamalg.c | 1018 static void skcipher_crypt_done(struct device *jrdev, u32 *desc, u32 err, in skcipher_crypt_done() function 1787 ret = caam_jr_enqueue(ctx->jrdev, desc, skcipher_crypt_done, req); in skcipher_do_one_req() 1867 ret = caam_jr_enqueue(jrdev, desc, skcipher_crypt_done, req); in skcipher_crypt()
|
Completed in 8 milliseconds