summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal/hash.h
AgeCommit message (Expand)AuthorLines
2009-07-15crypto: ahash - Add unaligned handling and default operationsHerbert Xu-0/+6
2009-07-14crypto: ahash - Remove old_ahash_algHerbert Xu-6/+0
2009-07-14crypto: crypto4xx - Switch to new style ahashHerbert Xu-0/+6
2009-07-14crypto: hash - Add helpers to free spawnsHerbert Xu-0/+10
2009-07-14crypto: ahash - Add instance/spawn supportHerbert Xu-0/+51
2009-07-14crypto: ahash - Convert to new style algorithmsHerbert Xu-3/+8
2009-07-14crypto: ahash - Add crypto_ahash_set_reqsizeHerbert Xu-0/+6
2009-07-14crypto: shash - Export async functionsHerbert Xu-0/+3
2009-07-14crypto: shash - Make descsize a run-time attributeHerbert Xu-1/+1
2009-07-09crypto: shash - Add shash_instance_ctxHerbert Xu-0/+5
2009-07-08crypto: shash - Add __crypto_shash_castHerbert Xu-0/+5
2009-07-08crypto: shash - Add crypto_shash_ctx_alignedHerbert Xu-0/+5
2009-07-08crypto: shash - Add shash_register_instanceHerbert Xu-1/+2
2009-07-08crypto: shash - Add shash_attr_alg2 helperHerbert Xu-0/+2
2009-07-08crypto: shash - Add spawn supportHerbert Xu-0/+14
2009-07-08crypto: shash - Add shash_instanceHerbert Xu-0/+26
2008-12-25crypto: hash - Export shash through hashHerbert Xu-0/+3
2008-12-25crypto: hash - Add import/export interfaceHerbert Xu-5/+0
2008-12-25crypto: hash - Add shash interfaceHerbert Xu-0/+8
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu-0/+37
2008-07-10crypto: hash - Added scatter list walking helperHerbert Xu-0/+41