boringssl/util
Adam Langley 0d107e183e Add support for CMAC (RFC 4493).
The interface for this is very similar to upstream, but the code is
quite different.

Support for “resuming” (i.e. calling |CMAC_Final| and then computing the
CMAC for an extension of the message) has been dropped. Also, calling
|CMAC_Init| with magic argument to reset it has been replaced with
|CMAC_Reset|.

Lastly, a one-shot function has been added because it can save an
allocation and that's what most callers actually appear to want to do.

Change-Id: I9345220218bdb16ebe6ca356928d7c6f055d83f6
Reviewed-on: https://boringssl-review.googlesource.com/4630
Reviewed-by: David Benjamin <davidben@chromium.org>
Reviewed-by: Adam Langley <agl@google.com>
2015-05-07 21:13:41 +00:00
..
bot Add a tool to download Chromium's prebuilt clang. 2015-04-20 18:56:03 +00:00
32-bit-toolchain.cmake Inital import. 2014-06-20 13:17:32 -07:00
all_tests.go Add support for CMAC (RFC 4493). 2015-05-07 21:13:41 +00:00
doc.config Add support for CMAC (RFC 4493). 2015-05-07 21:13:41 +00:00
doc.css Inital import. 2014-06-20 13:17:32 -07:00
doc.go Skip #if lines in getNameFromDecl. 2015-04-13 22:07:28 +00:00
generate_build_files.py Add generate_build_files.py. 2015-05-06 23:25:36 +00:00
make_errors.go Generate error data at build time. 2015-03-06 18:59:25 +00:00