aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cmac/cm_pmeth.c
Commit message (Expand)AuthorAgeFilesLines
* EVP_MAC: Integrate CMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte2018-10-301-161/+0
* Copyright consolidation 06/10Rich Salz2016-05-171-49/+5
* Use utility functions for HMAC and CMAC.Dr. Stephen Henson2016-03-021-15/+4
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-2/+2
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-3/+3
* Move some EVP internals to evp_int.hDr. Stephen Henson2015-03-241-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-150/+142
* license correction, no EAY code included in this fileDr. Stephen Henson2011-06-031-5/+0
* Use supplied ENGINE when initialising CMAC. Restore pctx setting.Dr. Stephen Henson2010-02-081-1/+1
* Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson2010-02-081-0/+229