index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
crypto
/
sha.h
Age
Commit message (
Expand
)
Author
2015-04-10
crypto: sha512-generic - move to generic glue implementation
Ard Biesheuvel
2015-04-10
crypto: sha256-generic - move to generic glue implementation
Ard Biesheuvel
2015-04-10
crypto: sha1-generic - move to generic glue implementation
Ard Biesheuvel
2015-04-10
crypto: sha512 - implement base layer for SHA-512
Ard Biesheuvel
2015-04-10
crypto: sha256 - implement base layer for SHA-256
Ard Biesheuvel
2015-04-10
crypto: sha1 - implement base layer for SHA-1
Ard Biesheuvel
2013-04-25
crypto: sha512 - Expose generic sha512 routine to be callable from other modules
Tim Chen
2013-04-03
crypto: sha256 - Expose SHA256 generic routine to be callable externally.
Tim Chen
2011-08-16
crypto: sha - Fix build error due to crypto_sha1_update
Herbert Xu
2011-08-10
crypto: sha1 - export sha1_update for reuse
Mathias Krause
2009-07-22
crypto: sha512_generic - Use 64-bit counters
Herbert Xu
2009-07-22
crypto: sha512 - Export struct sha512_state
Herbert Xu
2009-07-11
crypto: sha256_generic - Add export/import support
Herbert Xu
2009-07-11
crypto: sha1_generic - Add export/import support
Herbert Xu
2008-01-11
[CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224
Jonathan Lynch
2007-10-10
[CRYPTO] sha: Add header file for SHA definitions
Jan Glauber