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
/
lib
/
crypto
/
chacha20poly1305.c
Age
Commit message (
Expand
)
Author
2025-05-12
crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTS
Eric Biggers
2025-05-12
crypto: lib/chacha - add array bounds to function prototypes
Eric Biggers
2025-05-12
crypto: lib/chacha - add strongly-typed state zeroization
Eric Biggers
2025-05-12
crypto: lib/chacha - strongly type the ChaCha state
Eric Biggers
2025-03-08
crypto: lib/chachapoly - Drop dependency on CRYPTO_ALGAPI
Ard Biesheuvel
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2021-07-16
crypto: lib - rename 'mod_init' & 'mod_exit' functions to be module-specific
Randy Dunlap
2021-01-22
crypto: lib/chacha20poly1305 - define empty module exit function
Jason A. Donenfeld
2020-09-25
crypto: lib/chacha20poly1305 - Set SG_MITER_ATOMIC unconditionally
Herbert Xu
2020-07-16
crypto: lib/chacha20poly1305 - Add missing function declaration
Herbert Xu
2020-02-14
crypto: chacha20poly1305 - prevent integer overflow on large input
Jason A. Donenfeld
2019-11-22
crypto: lib/chacha20poly1305 - use chacha20_crypt()
Eric Biggers
2019-11-17
crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine
Ard Biesheuvel
2019-11-17
crypto: chacha20poly1305 - import construction and selftest from Zinc
Ard Biesheuvel