openssl/crypto/cmac
Richard Levitte 399aa6b5ff Implement FIPS CMAC.
* fips/cmac/*: Implement the basis for FIPS CMAC, using FIPS HMAC as
  an example.
* crypto/cmac/cmac.c: Enable the FIPS API.  Change to use M_EVP macros
  where possible.
* crypto/evp/evp.h: (some of the macros get added with this change)
* fips/fips.h, fips/utl/fips_enc.c: Add a few needed functions and use
  macros to have cmac.c use these functions.
* Makefile.org, fips/Makefile, fips/fips.c: Hook it in.
2011-03-24 22:55:02 +00:00
..
.cvsignore add cvsignore 2010-02-08 15:34:02 +00:00
cm_ameth.c Add algorithm specific signature printing. An individual ASN1 method can 2010-03-06 18:05:05 +00:00
cm_pmeth.c Use supplied ENGINE when initialising CMAC. Restore pctx setting. 2010-02-08 16:31:28 +00:00
cmac.c Implement FIPS CMAC. 2011-03-24 22:55:02 +00:00
cmac.h
Makefile Change AR to ARX to allow exclusion of fips object modules 2011-01-26 16:08:08 +00:00