aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers1-1/+1
2019-01-11crypto: ecb - convert to skcipher APIEric Biggers1-115/+36
2014-11-26crypto: include crypto- module prefix in templateKees Cook1-0/+1
2010-02-16crypto: ecb - Fix checkpatch errorsRichard Hartmann1-1/+1
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-1/+1
2007-05-02[CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu1-3/+8
2007-02-07[CRYPTO] api: Add type-safe spawnsHerbert Xu1-4/+5
2006-09-21[CRYPTO] cipher: Added block ciphers for CBC/ECBHerbert Xu1-0/+181