Searched refs:atmel_aes_handle_queue (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | atmel-aes.c | 939 static int atmel_aes_handle_queue(struct atmel_aes_dev *dd, in atmel_aes_handle_queue() function 1133 return atmel_aes_handle_queue(dd, &req->base); in atmel_aes_crypt() 1707 return atmel_aes_handle_queue(dd, &req->base); in atmel_aes_gcm_crypt() 2153 return atmel_aes_handle_queue(dd, &req->base); in atmel_aes_authenc_crypt() 2307 atmel_aes_handle_queue(dd, NULL); in atmel_aes_queue_task()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | atmel-aes.c | 926 static int atmel_aes_handle_queue(struct atmel_aes_dev *dd, in atmel_aes_handle_queue() function 1152 return atmel_aes_handle_queue(ctx->dd, &req->base); in atmel_aes_crypt() 1733 return atmel_aes_handle_queue(ctx->dd, &req->base); in atmel_aes_gcm_crypt() 2211 return atmel_aes_handle_queue(ctx->dd, &req->base); in atmel_aes_authenc_crypt() 2365 atmel_aes_handle_queue(dd, NULL); in atmel_aes_queue_task()
|
Completed in 9 milliseconds