summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/omap-aes-gcm.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: omap-aes - avoid spamming console with self testsTero Kristo2020-06-041-1/+0
* crypto: omap-aes-gcm - convert to use crypto engineTero Kristo2019-12-111-44/+54
* crypto: omap-aes-gcm - fix failure with assocdata onlyTero Kristo2019-12-111-1/+1
* crypto: omap-aes-gcm - use the AES library to encrypt the tagArd Biesheuvel2019-12-111-73/+25
* crypto: omap-aes-gcm - check length of assocdata in RFC4106 modeArd Biesheuvel2019-12-111-2/+4
* crypto: omap-aes-gcm - add missing .setauthsize hooksArd Biesheuvel2019-12-111-0/+11
* crypto: omap-aes-gcm - deal with memory allocation failureArd Biesheuvel2019-12-111-0/+4
* crypto: omap-aes-gcm - fix corner case with only auth dataTero Kristo2019-12-111-8/+14
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* crypto: omap-aes - pr_err() strings should end with newlinesArvind Yadav2017-10-121-1/+1
* crypto: omap - return -ENOMEM on allocation failure.Allen2017-10-071-1/+1
* crypto: omap - Use GCM IV size constantCorentin LABBE2017-09-221-3/+4
* crypto: omap-aes - fix spelling mistake "Encryptio" -> "Encryption"Colin Ian King2017-06-201-1/+1
* crypto: omap-aes - Add support for GCM modeTero Kristo2017-06-101-0/+408