Searched refs:atmel_sha_authenc_complete (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | atmel-sha.c | 2102 static void atmel_sha_authenc_complete(struct crypto_async_request *areq, in atmel_sha_authenc_complete() function 2119 * atmel_sha_authenc_complete(), which in turn calls authctx->cb(). in atmel_sha_authenc_start() 2244 ahash_request_set_callback(req, 0, atmel_sha_authenc_complete, req); in atmel_sha_authenc_schedule()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | atmel-sha.c | 2129 static void atmel_sha_authenc_complete(void *data, int err) in atmel_sha_authenc_complete() function 2145 * atmel_sha_authenc_complete(), which in turn calls authctx->cb(). in atmel_sha_authenc_start() 2270 ahash_request_set_callback(req, 0, atmel_sha_authenc_complete, req); in atmel_sha_authenc_schedule()
|
Completed in 10 milliseconds