index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
crypto
/
sha256.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
2020-11-20
1
-1
/
+1
*
crypto: lib/sha256 - Unroll LOAD and BLEND loops
Arvind Sankar
2020-10-30
1
-4
/
+20
*
crypto: lib/sha256 - Unroll SHA256 loop 8 times intead of 64
Arvind Sankar
2020-10-30
1
-136
/
+38
*
crypto: lib/sha256 - Clear W[] in sha256_update() instead of sha256_transform()
Arvind Sankar
2020-10-30
1
-6
/
+5
*
crypto: lib/sha256 - Don't clear temporary variables
Arvind Sankar
2020-10-30
1
-1
/
+0
*
crypto: lib/sha256 - Use memzero_explicit() for clearing state
Arvind Sankar
2020-10-30
1
-1
/
+1
*
crypto: lib/sha256 - add sha256() function
Eric Biggers
2020-07-16
1
-0
/
+10
*
crypto: lib/sha256 - return void
Eric Biggers
2020-05-08
1
-12
/
+8
*
crypto: sha256 - Remove sha256/224_init code duplication
Hans de Goede
2019-09-05
1
-32
/
+0
*
crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h
Hans de Goede
2019-09-05
1
-1
/
+1
*
crypto: sha256 - Add missing MODULE_LICENSE() to lib/crypto/sha256.c
Hans de Goede
2019-08-30
1
-0
/
+3
*
crypto: sha256 - Add sha224 support to sha256 library code
Hans de Goede
2019-08-22
1
-2
/
+35
*
crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use
Hans de Goede
2019-08-22
1
-0
/
+4
*
crypto: sha256 - Use get/put_unaligned_be32 to get input, memzero_explicit
Hans de Goede
2019-08-22
1
-4
/
+4
*
crypto: sha256 - Move lib/sha256.c to lib/crypto
Hans de Goede
2019-08-22
1
-0
/
+279