summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/sha-mb/sha1_mb.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: sha1-mb - rename sha-mb to sha1-mbMegha Dey2016-06-271-1028/+0
* crypto: sha1-mb - async implementation for sha1-mbMegha Dey2016-06-231-81/+101
* crypto: sha1-mb - stylistic cleanupMegha Dey2016-06-021-36/+74
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-161-2/+2
|\
| * x86: Fix non-static inlinesDenys Vlasenko2016-04-161-2/+2
* | crypto: sha1-mb - use corrcet pointer while completing jobsXiaodong Liu2016-04-151-2/+2
|/
* crypto: sha-mb - Fix load failureWang, Rui Y2016-02-061-0/+35
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-221-1/+2
|\
| * crypto: sha1-mb - Remove pointless castfiro yang2015-04-261-1/+2
* | x86/fpu, crypto x86/sha1_mb: Remove FPU internal headers from sha1_mb.cIngo Molnar2015-05-191-3/+1
* | x86/fpu: Rename fpu/xsave.h to fpu/xstate.hIngo Molnar2015-05-191-1/+1
* | x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar2015-05-191-1/+1
* | x86/fpu: Move xsave.h to fpu/xsave.hIngo Molnar2015-05-191-1/+1
* | x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar2015-05-191-1/+0
|/
* crypto: sha-mb - mark Multi buffer SHA1 helper cipherStephan Mueller2015-03-311-2/+5
* crypto: sha1-mb - Syntax errorAmeen Ali2015-03-161-1/+1
* crypto: add missing crypto module aliasesMathias Krause2015-01-131-1/+1
* crypto: sha-mb - remove a bogus NULL checkDan Carpenter2014-11-251-2/+1
* crypto: sha-mb - sha1_mb_alg_state can be staticFengguang Wu2014-08-261-11/+11
* crypto: sha-mb - SHA1 multibuffer job manager and glue codeTim Chen2014-08-251-0/+935
OpenPOWER on IntegriCloud