index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
crypto
/
sha256_base.h
Age
Commit message (
Expand
)
Author
2025-05-05
crypto: sha256 - remove sha256_base.h
Eric Biggers
2025-05-05
crypto: sha256 - support arch-optimized lib and expose through shash
Eric Biggers
2025-05-05
crypto: lib/sha256 - Move partial block handling out
Herbert Xu
2025-04-23
crypto: sha256_base - Remove partial block helpers
Herbert Xu
2025-04-23
crypto: riscv/sha256 - Use API partial block handling
Herbert Xu
2025-04-23
crypto: x86/sha256 - Use API partial block handling
Herbert Xu
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2023-05-19
crypto: lib/sha256 - Use generic code from sha256_base
Herbert Xu
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
2020-10-30
crypto: hash - Use memzero_explicit() for clearing state
Arvind Sankar
2020-05-08
crypto: lib/sha256 - return void
Eric Biggers
2019-09-05
crypto: sha256 - Remove sha256/224_init code duplication
Hans de Goede
2019-08-02
crypto: add header include guards
Masahiro Yamada
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2015-04-10
crypto: sha256 - implement base layer for SHA-256
Ard Biesheuvel