modes/asm/ghashv8-armx.pl: modulo-schedule loop.
[openssl.git] / crypto / cmac / cm_pmeth.c
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-03-02 Dr. Stephen HensonUse utility functions for HMAC and CMAC.
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-03-24 Dr. Stephen HensonMove some EVP internals to evp_int.h
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2011-06-03 Dr. Stephen Hensonlicense correction, no EAY code included in this file
2010-02-08 Dr. Stephen HensonUse supplied ENGINE when initialising CMAC. Restore...
2010-02-08 Dr. Stephen HensonMake CMAC API similar to HMAC API. Add methods for...