summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-11-15crypto: ccm - preserve the IV bufferRomain Izard1-1/+3
2016-07-18crypto: ccm - Use skcipherHerbert Xu1-35/+37
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu20-69/+24
2015-07-17crypto: ccm - Convert to new AEAD interfaceHerbert Xu1-164/+224
2015-05-13crypto: ccm - Use crypto_aead_set_reqsize helperHerbert Xu1-7/+7
2014-11-26crypto: include crypto- module prefix in templateKees Cook23-2/+26
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook95-123/+155
2013-11-28crypto: ccm - Fix handling of zero plaintext when computing macHoria Geanta1-1/+2
2013-10-07crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan8-14/+174
2013-02-04crypto: use ERR_CASTJulia Lawall11-59/+27
2012-03-20crypto: remove the second argument of k[un]map_atomic()Cong Wang7-45/+23
2009-01-27crypto: ccm - Fix handling of null assoc dataJarod Wilson1-0/+2
2008-01-10[CRYPTO] ccm: Added CCM modeJoy Latten3-0/+897