summaryrefslogtreecommitdiff
path: root/crypto/cmac/cmac.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu2022-05-271-2/+2
* EVP_Cipher: fix the incomplete return checkPeiwei Hu2021-11-161-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-5/+5
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Correctly handle the return value from EVP_Cipher() in the CMAC codeMatt Caswell2020-06-101-3/+3
* Ensure we never use a partially initialised CMAC_CTXMatt Caswell2020-06-101-3/+9
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level CMAC functionsPauli2020-01-291-0/+6
* [KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood2019-10-171-1/+2
* Coverty fixes for MACsRichard Levitte2019-08-271-6/+16
* 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