aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/omap-aes-gcm.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-04crypto: omap-aes - avoid spamming console with self testsGravatar Tero Kristo 1-1/+0
2019-12-11crypto: omap-aes-gcm - convert to use crypto engineGravatar Tero Kristo 1-44/+54
2019-12-11crypto: omap-aes-gcm - fix failure with assocdata onlyGravatar Tero Kristo 1-1/+1
2019-12-11crypto: omap-aes-gcm - use the AES library to encrypt the tagGravatar Ard Biesheuvel 1-73/+25
2019-12-11crypto: omap-aes-gcm - check length of assocdata in RFC4106 modeGravatar Ard Biesheuvel 1-2/+4
2019-12-11crypto: omap-aes-gcm - add missing .setauthsize hooksGravatar Ard Biesheuvel 1-0/+11
2019-12-11crypto: omap-aes-gcm - deal with memory allocation failureGravatar Ard Biesheuvel 1-0/+4
2019-12-11crypto: omap-aes-gcm - fix corner case with only auth dataGravatar Tero Kristo 1-8/+14
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-5/+1
2017-10-12crypto: omap-aes - pr_err() strings should end with newlinesGravatar Arvind Yadav 1-1/+1
2017-10-07crypto: omap - return -ENOMEM on allocation failure.Gravatar Allen 1-1/+1
2017-09-22crypto: omap - Use GCM IV size constantGravatar Corentin LABBE 1-3/+4
2017-06-20crypto: omap-aes - fix spelling mistake "Encryptio" -> "Encryption"Gravatar Colin Ian King 1-1/+1
2017-06-10crypto: omap-aes - Add support for GCM modeGravatar Tero Kristo 1-0/+408