summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal/hash.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-091-6/+0Star
|\
| * crypto: algapi - remove crypto_tfm_in_queue()Eric Biggers2019-05-301-6/+0Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
|/
* crypto: algapi - remove crypto_alloc_instance()Eric Biggers2019-01-111-3/+3
* crypto: mcryptd - remove pointless wrapper functionsEric Biggers2018-02-151-5/+0Star
* crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-01-121-0/+2
* crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2017-11-291-0/+8
* crypto: hash - add crypto_(un)register_ahashes()Rabin Vincent2017-08-221-0/+2
* crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu2017-04-101-0/+10
* crypto: sha1-mb - async implementation for sha1-mbMegha Dey2016-06-231-8/+4Star
* crypto: hash - Remove crypto_hash interfaceHerbert Xu2016-02-061-3/+0Star
* 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/+0Star
* 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/+0Star
* 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