aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/skein
AgeCommit message (Expand)Author
2015-01-17staging: skein: Fixing single statement macro checkpatch warningMathieu Poirier
2015-01-17staging: skein: Fixing trailing whitespace errorMathieu Poirier
2014-11-22staging: skein: fix sparse warnings related to shift operatorDomagoj Trsan
2014-11-22staging: skein: fixed sparse warnings related to static declarationsNiklas Svensson
2014-10-30staging: skein: Removes skein_debug includeEric Rost
2014-10-29staging: skein: skein_api.c: removed space before ','Mikael Svantesson
2014-10-29staging: skein: Removes unneeded #defineEric Rost
2014-10-29staging: skein: Inlines rotl_64Eric Rost
2014-10-29staging: skein: Adds Loadable Module SupportEric Rost
2014-10-29staging: skein: Adds CryptoAPI SupportEric Rost
2014-10-29staging: skein: Renames skein to skein_baseEric Rost
2014-10-29staging: skein: Collapses threefish moduleEric Rost
2014-10-20staging: skein: File ReorgEric Rost
2014-10-20staging: skein: Whitespace cleanupEric Rost
2014-09-19staging: skein: replace spaces with tabsBlaj Roxana
2014-06-19staging: skein: fix sparse warning for static arraysJames A Shackleford
2014-06-01staging: skein: fix sparse warning for static declarationsJames A Shackleford
2014-05-21staging/skein: variable/member name cleanupJake Edge
2014-05-21staging/skein: comment typosJake Edge
2014-05-21staging/skein: move all threefish block functions to one fileJake Edge
2014-05-19staging/skein: rename files and clean up directory structureJake Edge
2014-05-19staging: crypto: skein: rename macrosAnton Saraev
2014-05-19staging: crypto: skein: rename enumsAnton Saraev
2014-05-19staging: crypto: skein: rename skein1024_ctx to skein_1024_ctxAnton Saraev
2014-05-19staging: crypto: skein: rename camelcase varsAnton Saraev
2014-05-19staging: crypto: skein: rename camelcase functionsAnton Saraev
2014-05-19staging: crypto: skein: depend upon CRYPTOJason Cooper
2014-04-18staging: crypto: skein: add TODO fileJason Cooper
2014-04-18staging: crypto: skein: remove unnecessary line continuationJason Cooper
2014-04-18staging: crypto: skein: remove braces from single-statement blockJason Cooper
2014-04-18staging: crypto: skein: remove externs from .c filesJason Cooper
2014-04-18staging: crypto: skein: wrap multi-line macros in do-while loopsJason Cooper
2014-04-18staging: crypto: skein: fix brace placement errorsJason Cooper
2014-04-18staging: crypto: skein: fix do/while brace formattingJason Cooper
2014-04-18staging: crypto: skein: cleanup >80 character linesJason Cooper
2014-04-18staging: crypto: skein: remove trailing whitespaceJason Cooper
2014-04-18staging: crypto: skein: fix leading whitespaceJason Cooper
2014-04-18staging: crypto: skein: dos2unix, remove executable permsJason Cooper
2014-04-18staging: crypto: skein: cleanup whitespace around operators/punc.Jason Cooper
2014-04-18staging: crypto: skein: fixup pointer whitespaceJason Cooper
2014-04-18staging: crypto: skein: use u8, u64 vice uint*_tJason Cooper
2014-04-18staging: crypto: skein: remove all typedef {struct, enum}Jason Cooper
2014-04-18staging: crypto: skein: remove unneeded typedefsJason Cooper
2014-04-18staging: crypto: skein: remove __cplusplus and an unneeded stddef.hJason Cooper
2014-04-18staging: crypto: skein: remove skein_port.hJason Cooper
2014-04-18staging: crypto: skein: remove brg_*.h includesJason Cooper
2014-04-18staging: crypto: skein: allow building staticallyJason Cooper
2014-04-18staging: crypto: skein: import code from Skein3Fish.gitJason Cooper