| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 2020-11-20 | 1 | -1/+2 |
* | crypto: Convert to new CPU match macros | Thomas Gleixner | 2020-03-24 | 1 | -1/+1 |
* | crypto: padlock-sha - Use init_tfm/exit_tfm interface | Herbert Xu | 2019-12-11 | 1 | -16/+10 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -6/+1 |
* | crypto: shash - remove shash_desc::flags | Eric Biggers | 2019-04-25 | 1 | -5/+0 |
* | crypto: shash - remove useless setting of type flags | Eric Biggers | 2018-07-08 | 1 | -6/+2 |
* | crypto: padlock-sha - constify x86_cpu_id | Arvind Yadav | 2017-09-22 | 1 | -1/+1 |
* | x86/fpu: Remove irq_ts_save() and irq_ts_restore() | Andy Lutomirski | 2016-11-01 | 1 | -18/+0 |
* | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros | Borislav Petkov | 2015-12-19 | 1 | -1/+1 |
* | x86/fpu: Rename i387.h to fpu/api.h | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | crypto: prefix module autoloading with "crypto-" | Kees Cook | 2014-11-24 | 1 | -4/+4 |
* | crypto: padlock - tfm->__crt_alg->cra_name directly | Marek Vasut | 2014-05-22 | 1 | -1/+1 |
* | crypto: Add support for x86 cpuid auto loading for x86 crypto drivers | Andi Kleen | 2012-01-27 | 1 | -8/+8 |
* | crypto: padlock - Add SHA-1/256 module for VIA Nano | Brilly Wu | 2011-03-27 | 1 | -5/+264 |
* | crypto: padlock - Move padlock.h into include/crypto | Herbert Xu | 2011-01-07 | 1 | -7/+1 |
* | crypto: padlock-sha - Add import/export support | Herbert Xu | 2010-02-01 | 1 | -0/+23 |
* | crypto: padlock-sha - Fix stack alignment | Herbert Xu | 2009-09-22 | 1 | -2/+12 |
* | crypto: padlock - Fix hashing of partial blocks | Herbert Xu | 2009-07-16 | 1 | -0/+2 |
* | crypto: padlock - Fix compile error on i386 | Herbert Xu | 2009-07-15 | 1 | -2/+4 |
* | crypto: padlock - Switch sha to shash | Herbert Xu | 2009-07-14 | 1 | -178/+155 |
* | crypto: padlock - Use shash fallback for sha | Herbert Xu | 2009-07-11 | 1 | -30/+52 |
* | crypto: api - Fix module load deadlock with fallback algorithms | Herbert Xu | 2009-02-26 | 1 | -2/+2 |
* | crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore() | Suresh Siddha | 2008-08-13 | 1 | -0/+9 |
* | crypto: padlock - Make module loading quieter when hardware isn't available | Jeremy Katz | 2008-07-10 | 1 | -2/+2 |
* | [CRYPTO] users: Fix up scatterlist conversion errors | Herbert Xu | 2007-10-27 | 1 | -2/+2 |
* | [CRYPTO] sha: Add header file for SHA definitions | Jan Glauber | 2007-10-11 | 1 | -20/+16 |
* | [CRYPTO] sha: Load the SHA[1|256] module by an alias | Sebastian Siewior | 2007-10-11 | 1 | -15/+2 |
* | [CRYPTO] padlock: Convert padlock-sha to use crypto_hash | Herbert Xu | 2006-09-21 | 1 | -56/+35 |
* | [CRYPTO] padlock-sha: TFMs don't need to be static | Michal Ludvig | 2006-09-21 | 1 | -9/+9 |
* | [CRYPTO] padlock-sha: Make 2 functions static | Adrian Bunk | 2006-09-21 | 1 | -2/+2 |
* | [CRYPTO] padlock: Driver for SHA1 / SHA256 algorithms | Michal Ludvig | 2006-09-21 | 1 | -0/+339 |