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
/
Makefile
Age
Commit message (
Expand
)
Author
2024-10-28
crypto: api - move crypto_simd_disabled_for_test to lib
Eric Biggers
2024-05-09
crypto: lib - implement library version of AES in CFB mode
Ard Biesheuvel
2023-08-11
crypto: lib - Move mpi into lib/crypto
Herbert Xu
2022-11-11
crypto: lib/aesgcm - Provide minimal library implementation
Ard Biesheuvel
2022-11-11
crypto: move gf128mul library into lib/crypto
Ard Biesheuvel
2022-08-19
crypto: lib - move __crypto_xor into utils
Eric Biggers
2022-08-19
crypto: lib - create utils module and move __crypto_memneq into it
Eric Biggers
2022-07-15
crypto: lib - make the sha1 library optional
Eric Biggers
2022-07-15
crypto: lib - move lib/sha1.c into lib/crypto/
Eric Biggers
2022-04-08
crypto: sm3,sm4 - move into crypto directory
Jason A. Donenfeld
2022-01-28
crypto: sm3 - create SM3 stand-alone library
Tianjia Zhang
2022-01-07
lib/crypto: blake2s: include as built-in
Jason A. Donenfeld
2021-07-30
crypto: sm4 - create SM4 library based on sm4 generic code
Tianjia Zhang
2020-01-16
crypto: curve25519 - Fix selftest build error
Herbert Xu
2020-01-16
crypto: poly1305 - add new 32 and 64-bit generic versions
Jason A. Donenfeld
2019-12-27
crypto: lib/curve25519 - re-add selftests
Jason A. Donenfeld
2019-11-17
crypto: chacha20poly1305 - import construction and selftest from Zinc
Ard Biesheuvel
2019-11-17
crypto: curve25519 - generic C library implementations
Jason A. Donenfeld
2019-11-17
crypto: blake2s - generic C library implementation and selftest
Jason A. Donenfeld
2019-11-17
crypto: poly1305 - move core routines into a separate library
Ard Biesheuvel
2019-11-17
crypto: chacha - move existing library code into lib/crypto
Ard Biesheuvel
2019-11-17
crypto: lib - tidy up lib/crypto Kconfig and Makefile
Ard Biesheuvel
2019-08-22
crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use
Hans de Goede
2019-08-22
crypto: des - split off DES library from generic DES cipher driver
Ard Biesheuvel
2019-07-26
crypto: aes - create AES library based on the fixed time AES code
Ard Biesheuvel
2019-06-20
crypto: arc4 - refactor arc4 core code into separate library
Ard Biesheuvel