Ard Biesheuvel
|
ca142584bc
crypto: sha512-generic - move to generic glue implementation
|
10 years ago |
Mathias Krause
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 years ago |
Kees Cook
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 years ago |
Linus Torvalds
|
14d4cc0883
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
|
10 years ago |
Daniel Borkmann
|
7185ad2672
crypto: memzero_explicit - make sure to clear out sensitive data
|
11 years ago |
David S. Miller
|
be34c4ef69
crypto: sha - Handle unaligned input data in generic sha256 and sha512.
|
11 years ago |
Jussi Kivilinna
|
d329581493
crypto: sha512_generic - set cra_driver_name
|
12 years ago |
Tim Chen
|
bf70fa9d9e
crypto: sha512 - Expose generic sha512 routine to be callable from other modules
|
12 years ago |
Jussi Kivilinna
|
648b2a102d
crypto: sha512 - use crypto_[un]register_shashes
|
13 years ago |
Kent Yoder
|
25c3d30c91
crypto: sha512 - Fix byte counter overflow in SHA-512
|
13 years ago |
Alexey Dobriyan
|
f2ea0f5f04
crypto: sha512 - use standard ror64()
|
13 years ago |
Herbert Xu
|
3a92d687c8
crypto: sha512 - Avoid stack bloat on i386
|
13 years ago |
Herbert Xu
|
58d7d18b52
crypto: sha512 - Use binary and instead of modulus
|
13 years ago |
Alexey Dobriyan
|
51fc6dc8f9
crypto: sha512 - reduce stack usage to safe number
|
13 years ago |
Alexey Dobriyan
|
84e31fdb7c
crypto: sha512 - make it work, undo percpu message schedule
|
13 years ago |
Herbert Xu
|
13887ed688
crypto: sha512_generic - Use 64-bit counters
|
16 years ago |
Herbert Xu
|
1f38ad8389
crypto: sha512 - Export struct sha512_state
|
16 years ago |
Adrian-Ken Rueegsegger
|
bd9d20dba1
crypto: sha512 - Switch to shash
|
16 years ago |
Adrian-Ken Rueegsegger
|
f9e2bca6c2
crypto: sha512 - Move message schedule W[80] to static percpu area
|
16 years ago |
Kamalesh Babulal
|
3af5b90bde
[CRYPTO] all: Clean up init()/fini()
|
17 years ago |
Jan Glauber
|
78f8b3a240
[CRYPTO] sha512: Rename sha512 to sha512_generic
|
17 years ago |