aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/omap-aes-gcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-04crypto: omap-aes - avoid spamming console with self testsTero Kristo1-1/+0
2019-12-11crypto: omap-aes-gcm - convert to use crypto engineTero Kristo1-44/+54
2019-12-11crypto: omap-aes-gcm - fix failure with assocdata onlyTero Kristo1-1/+1
2019-12-11crypto: omap-aes-gcm - use the AES library to encrypt the tagArd Biesheuvel1-73/+25
2019-12-11crypto: omap-aes-gcm - check length of assocdata in RFC4106 modeArd Biesheuvel1-2/+4
2019-12-11crypto: omap-aes-gcm - add missing .setauthsize hooksArd Biesheuvel1-0/+11
2019-12-11crypto: omap-aes-gcm - deal with memory allocation failureArd Biesheuvel1-0/+4
2019-12-11crypto: omap-aes-gcm - fix corner case with only auth dataTero Kristo1-8/+14
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2017-10-12crypto: omap-aes - pr_err() strings should end with newlinesArvind Yadav1-1/+1
2017-10-07crypto: omap - return -ENOMEM on allocation failure.Allen1-1/+1
2017-09-22crypto: omap - Use GCM IV size constantCorentin LABBE1-3/+4
2017-06-20crypto: omap-aes - fix spelling mistake "Encryptio" -> "Encryption"Colin Ian King1-1/+1
2017-06-10crypto: omap-aes - Add support for GCM modeTero Kristo1-0/+408