aboutsummaryrefslogtreecommitdiff
path: root/crypto/cmac/cm_pmeth.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Copyright consolidation 06/10Rich Salz1-49/+5
2016-03-02Use utility functions for HMAC and CMAC.Dr. Stephen Henson1-15/+4
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-2/+2
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-2/+2
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-3/+3
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-150/+142
2011-06-03license correction, no EAY code included in this fileDr. Stephen Henson1-5/+0
2010-02-08Use supplied ENGINE when initialising CMAC. Restore pctx setting.Dr. Stephen Henson1-1/+1
2010-02-08Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson1-0/+229