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
/
drivers
/
staging
/
skein
Age
Commit message (
Expand
)
Author
2015-05-31
Drivers: staging: skein: skein_api: Fixed spelling errors
Colin Cronin
2015-03-15
Staging: skein: Remove do-while(0) from single statement macros
Vatika Harlalka
2015-01-17
staging: skein: Fixing single statement macro checkpatch warning
Mathieu Poirier
2015-01-17
staging: skein: Fixing trailing whitespace error
Mathieu Poirier
2014-11-22
staging: skein: fix sparse warnings related to shift operator
Domagoj Trsan
2014-11-22
staging: skein: fixed sparse warnings related to static declarations
Niklas Svensson
2014-10-30
staging: skein: Removes skein_debug include
Eric Rost
2014-10-29
staging: skein: skein_api.c: removed space before ','
Mikael Svantesson
2014-10-29
staging: skein: Removes unneeded #define
Eric Rost
2014-10-29
staging: skein: Inlines rotl_64
Eric Rost
2014-10-29
staging: skein: Adds Loadable Module Support
Eric Rost
2014-10-29
staging: skein: Adds CryptoAPI Support
Eric Rost
2014-10-29
staging: skein: Renames skein to skein_base
Eric Rost
2014-10-29
staging: skein: Collapses threefish module
Eric Rost
2014-10-20
staging: skein: File Reorg
Eric Rost
2014-10-20
staging: skein: Whitespace cleanup
Eric Rost
2014-09-19
staging: skein: replace spaces with tabs
Blaj Roxana
2014-06-19
staging: skein: fix sparse warning for static arrays
James A Shackleford
2014-06-01
staging: skein: fix sparse warning for static declarations
James A Shackleford
2014-05-21
staging/skein: variable/member name cleanup
Jake Edge
2014-05-21
staging/skein: comment typos
Jake Edge
2014-05-21
staging/skein: move all threefish block functions to one file
Jake Edge
2014-05-19
staging/skein: rename files and clean up directory structure
Jake Edge
2014-05-19
staging: crypto: skein: rename macros
Anton Saraev
2014-05-19
staging: crypto: skein: rename enums
Anton Saraev
2014-05-19
staging: crypto: skein: rename skein1024_ctx to skein_1024_ctx
Anton Saraev
2014-05-19
staging: crypto: skein: rename camelcase vars
Anton Saraev
2014-05-19
staging: crypto: skein: rename camelcase functions
Anton Saraev
2014-05-19
staging: crypto: skein: depend upon CRYPTO
Jason Cooper
2014-04-18
staging: crypto: skein: add TODO file
Jason Cooper
2014-04-18
staging: crypto: skein: remove unnecessary line continuation
Jason Cooper
2014-04-18
staging: crypto: skein: remove braces from single-statement block
Jason Cooper
2014-04-18
staging: crypto: skein: remove externs from .c files
Jason Cooper
2014-04-18
staging: crypto: skein: wrap multi-line macros in do-while loops
Jason Cooper
2014-04-18
staging: crypto: skein: fix brace placement errors
Jason Cooper
2014-04-18
staging: crypto: skein: fix do/while brace formatting
Jason Cooper
2014-04-18
staging: crypto: skein: cleanup >80 character lines
Jason Cooper
2014-04-18
staging: crypto: skein: remove trailing whitespace
Jason Cooper
2014-04-18
staging: crypto: skein: fix leading whitespace
Jason Cooper
2014-04-18
staging: crypto: skein: dos2unix, remove executable perms
Jason Cooper
2014-04-18
staging: crypto: skein: cleanup whitespace around operators/punc.
Jason Cooper
2014-04-18
staging: crypto: skein: fixup pointer whitespace
Jason Cooper
2014-04-18
staging: crypto: skein: use u8, u64 vice uint*_t
Jason Cooper
2014-04-18
staging: crypto: skein: remove all typedef {struct, enum}
Jason Cooper
2014-04-18
staging: crypto: skein: remove unneeded typedefs
Jason Cooper
2014-04-18
staging: crypto: skein: remove __cplusplus and an unneeded stddef.h
Jason Cooper
2014-04-18
staging: crypto: skein: remove skein_port.h
Jason Cooper
2014-04-18
staging: crypto: skein: remove brg_*.h includes
Jason Cooper
2014-04-18
staging: crypto: skein: allow building statically
Jason Cooper
2014-04-18
staging: crypto: skein: import code from Skein3Fish.git
Jason Cooper