index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
omap-aes-gcm.c
Age
Commit message (
Expand
)
Author
2023-08-18
crypto: omap - Use new crypto_engine_op interface
Herbert Xu
2023-08-18
crypto: omap - Remove prepare/unprepare request
Herbert Xu
2020-06-04
crypto: omap-aes - avoid spamming console with self tests
Tero Kristo
2019-12-11
crypto: omap-aes-gcm - convert to use crypto engine
Tero Kristo
2019-12-11
crypto: omap-aes-gcm - fix failure with assocdata only
Tero Kristo
2019-12-11
crypto: omap-aes-gcm - use the AES library to encrypt the tag
Ard Biesheuvel
2019-12-11
crypto: omap-aes-gcm - check length of assocdata in RFC4106 mode
Ard Biesheuvel
2019-12-11
crypto: omap-aes-gcm - add missing .setauthsize hooks
Ard Biesheuvel
2019-12-11
crypto: omap-aes-gcm - deal with memory allocation failure
Ard Biesheuvel
2019-12-11
crypto: omap-aes-gcm - fix corner case with only auth data
Tero Kristo
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2017-10-12
crypto: omap-aes - pr_err() strings should end with newlines
Arvind Yadav
2017-10-07
crypto: omap - return -ENOMEM on allocation failure.
Allen
2017-09-22
crypto: omap - Use GCM IV size constant
Corentin LABBE
2017-06-20
crypto: omap-aes - fix spelling mistake "Encryptio" -> "Encryption"
Colin Ian King
2017-06-10
crypto: omap-aes - Add support for GCM mode
Tero Kristo