index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
omap-aes-gcm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-11
crypto: omap-aes-gcm - convert to use crypto engine
Tero Kristo
1
-44
/
+54
2019-12-11
crypto: omap-aes-gcm - fix failure with assocdata only
Tero Kristo
1
-1
/
+1
2019-12-11
crypto: omap-aes-gcm - use the AES library to encrypt the tag
Ard Biesheuvel
1
-73
/
+25
2019-12-11
crypto: omap-aes-gcm - check length of assocdata in RFC4106 mode
Ard Biesheuvel
1
-2
/
+4
2019-12-11
crypto: omap-aes-gcm - add missing .setauthsize hooks
Ard Biesheuvel
1
-0
/
+11
2019-12-11
crypto: omap-aes-gcm - deal with memory allocation failure
Ard Biesheuvel
1
-0
/
+4
2019-12-11
crypto: omap-aes-gcm - fix corner case with only auth data
Tero Kristo
1
-8
/
+14
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-5
/
+1
2017-10-12
crypto: omap-aes - pr_err() strings should end with newlines
Arvind Yadav
1
-1
/
+1
2017-10-07
crypto: omap - return -ENOMEM on allocation failure.
Allen
1
-1
/
+1
2017-09-22
crypto: omap - Use GCM IV size constant
Corentin LABBE
1
-3
/
+4
2017-06-20
crypto: omap-aes - fix spelling mistake "Encryptio" -> "Encryption"
Colin Ian King
1
-1
/
+1
2017-06-10
crypto: omap-aes - Add support for GCM mode
Tero Kristo
1
-0
/
+408