summaryrefslogtreecommitdiffstats
path: root/fips/cmac/lib
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2011-03-24 22:55:02 +0000
committerRichard Levitte <levitte@openssl.org>2011-03-24 22:55:02 +0000
commit399aa6b5ffd37e2601af4524bb71d862cbee4a84 (patch)
tree4a8007b086c33a2525c237209fbfbd6bb6070b9f /fips/cmac/lib
parent487b023f3d30114cad2118be70a47171ea4d65cd (diff)
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.
Diffstat (limited to 'fips/cmac/lib')
-rw-r--r--fips/cmac/lib1
1 files changed, 1 insertions, 0 deletions
diff --git a/fips/cmac/lib b/fips/cmac/lib
new file mode 100644
index 0000000000..604e7e7f24
--- /dev/null
+++ b/fips/cmac/lib
@@ -0,0 +1 @@
+fips_cmac_selftest.o