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
/
arch
/
arm64
/
crypto
/
aes-ce-ccm-glue.c
Age
Commit message (
Expand
)
Author
2023-02-10
crypto: arm64/aes-ccm - Rewrite skcipher walker loop
Herbert Xu
2021-09-17
crypto: arm64/aes-ccm - avoid by-ref argument for ce_aes_ccm_auth_data
Ard Biesheuvel
2021-09-17
crypto: arm64/aes-ccm - reduce NEON begin/end calls for common case
Ard Biesheuvel
2021-09-17
crypto: arm64/aes-ccm - remove non-SIMD fallback path
Ard Biesheuvel
2021-09-17
crypto: arm64/aes-ccm - yield NEON when processing auth-only data
Ard Biesheuvel
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2019-07-26
crypto: arm64/aes-ccm - switch to AES library
Ard Biesheuvel
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-05-06
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-04-16
arm64: HWCAP: add support for AT_HWCAP2
Andrew Murray
2019-03-22
crypto: arm64 - convert to use crypto_simd_usable()
Eric Biggers
2019-02-01
crypto: arm64/aes-ccm - don't use an atomic walk needlessly
Ard Biesheuvel
2019-02-01
crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine
Ard Biesheuvel
2018-03-16
crypto: arm64/aes-ce-ccm - move kernel mode neon en/disable into loop
Ard Biesheuvel
2017-08-04
crypto: arm64/aes-ce-ccm: add non-SIMD generic fallback
Ard Biesheuvel
2017-02-03
crypto: arm64/aes-ce-ccm - remove cra_alignmask
Ard Biesheuvel
2016-12-01
crypto: arm64/aes-ce-ccm - Fix AEAD decryption length
Herbert Xu
2016-11-28
crypto: aes-ce-ccm - Use skcipher walk interface
Herbert Xu
2015-08-17
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
Herbert Xu
2015-07-17
crypto: aes-ce-ccm - Convert to new AEAD interface
Herbert Xu
2015-04-23
crypto: arm64/aes-ce-ccm - Include crypto/internal/aead.h
Herbert Xu
2014-12-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2014-11-24
crypto: prefix module autoloading with "crypto-"
Kees Cook
2014-11-06
arm64/crypto: use crypto instructions to generate AES key schedule
Ard Biesheuvel
2014-05-14
arm64/crypto: AES in CCM mode using ARMv8 Crypto Extensions
Ard Biesheuvel