summaryrefslogtreecommitdiff
path: root/include/crypto/internal/hash.h
AgeCommit message (Expand)Author
2018-02-16crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers
2017-12-20crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers
2017-08-22crypto: hash - add crypto_(un)register_ahashes()Rabin Vincent
2017-04-10crypto: ahash - Fix EINPROGRESS notification callbackHerbert Xu
2016-06-23crypto: sha1-mb - async implementation for sha1-mbMegha Dey
2016-02-06crypto: hash - Remove crypto_hash interfaceHerbert Xu
2014-08-25crypto: sha-mb - multibuffer crypto infrastructureTim Chen
2014-05-21crypto: hash - Add real ahash walk interfaceHerbert Xu
2012-08-01crypto: add crypto_[un]register_shashes for [un]registering multiple shash en...Jussi Kivilinna
2009-07-15crypto: ahash - Add unaligned handling and default operationsHerbert Xu
2009-07-14crypto: ahash - Remove old_ahash_algHerbert Xu
2009-07-14crypto: crypto4xx - Switch to new style ahashHerbert Xu
2009-07-14crypto: hash - Add helpers to free spawnsHerbert Xu
2009-07-14crypto: ahash - Add instance/spawn supportHerbert Xu
2009-07-14crypto: ahash - Convert to new style algorithmsHerbert Xu
2009-07-14crypto: ahash - Add crypto_ahash_set_reqsizeHerbert Xu
2009-07-14crypto: shash - Export async functionsHerbert Xu
2009-07-14crypto: shash - Make descsize a run-time attributeHerbert Xu
2009-07-09crypto: shash - Add shash_instance_ctxHerbert Xu
2009-07-08crypto: shash - Add __crypto_shash_castHerbert Xu
2009-07-08crypto: shash - Add crypto_shash_ctx_alignedHerbert Xu
2009-07-08crypto: shash - Add shash_register_instanceHerbert Xu
2009-07-08crypto: shash - Add shash_attr_alg2 helperHerbert Xu
2009-07-08crypto: shash - Add spawn supportHerbert Xu
2009-07-08crypto: shash - Add shash_instanceHerbert Xu
2008-12-25crypto: hash - Export shash through hashHerbert Xu
2008-12-25crypto: hash - Add import/export interfaceHerbert Xu
2008-12-25crypto: hash - Add shash interfaceHerbert Xu
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu
2008-07-10crypto: hash - Added scatter list walking helperHerbert Xu