summaryrefslogtreecommitdiffstats
path: root/crypto/ccm.c
AgeCommit message (Expand)AuthorLines
2014-11-26crypto: include crypto- module prefix in templateKees Cook-0/+1
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook-2/+2
2013-11-28crypto: ccm - Fix handling of zero plaintext when computing macHoria Geanta-1/+2
2013-10-07crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan-2/+2
2013-02-04crypto: use ERR_CASTJulia Lawall-16/+7
2012-03-20crypto: remove the second argument of k[un]map_atomic()Cong Wang-2/+2
2009-01-27crypto: ccm - Fix handling of null assoc dataJarod Wilson-0/+2
2008-01-11[CRYPTO] ccm: Added CCM modeJoy Latten-0/+889