开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
chacha_generic.c
Age
Commit message (
Expand
)
Author
2025-03-21
crypto: lib/chacha - remove unused arch-specific init support
Eric Biggers
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2019-11-22
crypto: chacha_generic - remove unnecessary setkey() functions
Eric Biggers
2019-11-17
crypto: chacha - unexport chacha_generic routines
Ard Biesheuvel
2019-11-17
crypto: chacha - move existing library code into lib/crypto
Ard Biesheuvel
2019-07-08
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-06-13
crypto: chacha - constify ctx and iv arguments
Eric Biggers
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-04-18
crypto: run initcalls for generic implementations earlier
Eric Biggers
2019-03-22
crypto: chacha-generic - use crypto_xor_cpy()
Eric Biggers
2019-03-22
crypto: chacha-generic - fix use as arm64 no-NEON fallback
Eric Biggers
2018-11-20
crypto: chacha - add XChaCha12 support
Eric Biggers
2018-11-20
crypto: chacha20-generic - refactor to allow varying number of rounds
Eric Biggers