summaryrefslogtreecommitdiffstats
path: root/crypto/ecb.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* crypto: ecb - convert to skcipher APIEric Biggers2019-01-111-115/+36
* crypto: include crypto- module prefix in templateKees Cook2014-11-261-0/+1
* crypto: ecb - Fix checkpatch errorsRichard Hartmann2010-02-161-1/+1
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-1/+1
* [CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu2007-05-021-3/+8
* [CRYPTO] api: Add type-safe spawnsHerbert Xu2007-02-071-4/+5
* [CRYPTO] cipher: Added block ciphers for CBC/ECBHerbert Xu2006-09-211-0/+181