aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/omap-aes-gcm.c
AgeCommit message (Expand)Author
2020-06-04crypto: omap-aes - avoid spamming console with self testsTero Kristo
2019-12-11crypto: omap-aes-gcm - convert to use crypto engineTero Kristo
2019-12-11crypto: omap-aes-gcm - fix failure with assocdata onlyTero Kristo
2019-12-11crypto: omap-aes-gcm - use the AES library to encrypt the tagArd Biesheuvel
2019-12-11crypto: omap-aes-gcm - check length of assocdata in RFC4106 modeArd Biesheuvel
2019-12-11crypto: omap-aes-gcm - add missing .setauthsize hooksArd Biesheuvel
2019-12-11crypto: omap-aes-gcm - deal with memory allocation failureArd Biesheuvel
2019-12-11crypto: omap-aes-gcm - fix corner case with only auth dataTero Kristo
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-10-12crypto: omap-aes - pr_err() strings should end with newlinesArvind Yadav
2017-10-07crypto: omap - return -ENOMEM on allocation failure.Allen
2017-09-22crypto: omap - Use GCM IV size constantCorentin LABBE
2017-06-20crypto: omap-aes - fix spelling mistake "Encryptio" -> "Encryption"Colin Ian King
2017-06-10crypto: omap-aes - Add support for GCM modeTero Kristo