summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-23crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers1-10/+4
2014-11-26crypto: include crypto- module prefix in templateKees Cook23-2/+26
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells28-39/+39
2008-01-10[CRYPTO] pcbc: Use crypto_xorHerbert Xu1-81/+24
2007-05-02[CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu10-37/+117
2007-02-06[CRYPTO] api: Add type-safe spawnsHerbert Xu8-28/+61
2007-02-06[CRYPTO] pcbc: Add Propagated CBC templateDavid Howells3-0/+358