aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cmac/cmac.c
Commit message (Expand)AuthorAgeFilesLines
* Following the license change, modify the boilerplates in crypto/cmac/Richard Levitte2018-12-061-1/+1
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code if alloc returns NULLRich Salz2018-04-051-2/+4
* Don't use deprecated EVP_CIPHER_CTX_cleanup() internallyRichard Levitte2017-03-011-1/+1
* Don't free in cleanup routineBenjamin Kaduk2017-02-281-1/+2
* Copyright consolidation 06/10Rich Salz2016-05-171-49/+5
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-3/+3
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove unused internal macrosRichard Levitte2016-01-121-1/+1
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-21/+25
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+2
* free NULL cleanup 11Rich Salz2015-05-011-0/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-190/+180
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Remove fips_constseg references.Dr. Stephen Henson2014-12-081-1/+0
* fix reset fixDr. Stephen Henson2012-04-111-1/+1
* make reinitialisation work for CMACDr. Stephen Henson2012-04-111-0/+2
* cmac.c: optimize make_kn and move zero_iv to const segment.Andy Polyakov2012-01-061-10/+9
* Implement FIPS CMAC.Richard Levitte2011-03-241-10/+12
* Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson2010-02-081-7/+44
* Initial experimental CMAC implementation.Dr. Stephen Henson2010-02-071-0/+232