aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ccm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-26crypto: include crypto- module prefix in templateKees Cook1-0/+1
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-2/+2
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 Yonan1-2/+2
2013-02-04crypto: use ERR_CASTJulia Lawall1-16/+7
2012-03-20crypto: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2009-01-27crypto: ccm - Fix handling of null assoc dataJarod Wilson1-0/+2
2008-01-11[CRYPTO] ccm: Added CCM modeJoy Latten1-0/+889