aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/internal/hash.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.4.116 into android-4.4Greg Kroah-Hartman2018-02-201-0/+2
|\
| * crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-02-161-0/+2
* | Merge 4.4.107 into android-4.4Greg Kroah-Hartman2017-12-201-0/+8
|\|
| * crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2017-12-201-0/+8
* | Merge 4.4.63 into android-4.4Greg Kroah-Hartman2017-04-211-0/+10
|\|
| * crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2017-04-211-0/+10
* | ANDROID: crypto: shash - Add crypto_grab_shash() and crypto_spawn_shash_alg()Eric Biggers2017-02-101-0/+8
|/
* crypto: sha-mb - multibuffer crypto infrastructureTim Chen2014-08-251-0/+9
* crypto: hash - Add real ahash walk interfaceHerbert Xu2014-05-211-0/+13
* crypto: add crypto_[un]register_shashes for [un]registering multiple shash en...Jussi Kivilinna2012-08-011-0/+2
* crypto: ahash - Add unaligned handling and default operationsHerbert Xu2009-07-151-0/+6
* crypto: ahash - Remove old_ahash_algHerbert Xu2009-07-141-6/+0
* crypto: crypto4xx - Switch to new style ahashHerbert Xu2009-07-141-0/+6
* crypto: hash - Add helpers to free spawnsHerbert Xu2009-07-141-0/+10
* crypto: ahash - Add instance/spawn supportHerbert Xu2009-07-141-0/+51
* crypto: ahash - Convert to new style algorithmsHerbert Xu2009-07-141-3/+8
* crypto: ahash - Add crypto_ahash_set_reqsizeHerbert Xu2009-07-141-0/+6
* crypto: shash - Export async functionsHerbert Xu2009-07-141-0/+3
* crypto: shash - Make descsize a run-time attributeHerbert Xu2009-07-141-1/+1
* crypto: shash - Add shash_instance_ctxHerbert Xu2009-07-091-0/+5
* crypto: shash - Add __crypto_shash_castHerbert Xu2009-07-081-0/+5
* crypto: shash - Add crypto_shash_ctx_alignedHerbert Xu2009-07-081-0/+5
* crypto: shash - Add shash_register_instanceHerbert Xu2009-07-081-1/+2
* crypto: shash - Add shash_attr_alg2 helperHerbert Xu2009-07-081-0/+2
* crypto: shash - Add spawn supportHerbert Xu2009-07-081-0/+14
* crypto: shash - Add shash_instanceHerbert Xu2009-07-081-0/+26
* crypto: hash - Export shash through hashHerbert Xu2008-12-251-0/+3
* crypto: hash - Add import/export interfaceHerbert Xu2008-12-251-5/+0
* crypto: hash - Add shash interfaceHerbert Xu2008-12-251-0/+8
* crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu2008-07-101-0/+37
* crypto: hash - Added scatter list walking helperHerbert Xu2008-07-101-0/+41