boringssl/crypto/fipsmodule/modes
Aaron Green 28babde159 Include aes.h in mode/internal.h
block128_f was recently changed to take an AES_KEY instead of a void*,
but AES_KEY is not defined in base.h.  internal.h should not depend on
other sources to include aes.h for it.

Change-Id: I81aab5124ce4397eb76a83ff09779bfaea66d3c1
Reviewed-on: https://boringssl-review.googlesource.com/32364
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2018-10-03 17:36:04 +00:00
..
asm Update several assembly files from upstream. 2018-08-07 18:57:17 +00:00
cbc.c Fix undefined block128_f, etc., casts. 2018-10-01 17:35:02 +00:00
ccm.c Fix undefined block128_f, etc., casts. 2018-10-01 17:35:02 +00:00
cfb.c Fix undefined block128_f, etc., casts. 2018-10-01 17:35:02 +00:00
ctr.c Fix undefined block128_f, etc., casts. 2018-10-01 17:35:02 +00:00
gcm_test.cc Fix undefined block128_f, etc., casts. 2018-10-01 17:35:02 +00:00
gcm_tests.txt Convert a number of tests to GTest. 2017-06-01 17:02:13 +00:00
gcm.c Fix undefined block128_f, etc., casts. 2018-10-01 17:35:02 +00:00
internal.h Include aes.h in mode/internal.h 2018-10-03 17:36:04 +00:00
ofb.c Fix undefined block128_f, etc., casts. 2018-10-01 17:35:02 +00:00
polyval.c Run the comment converter on libcrypto. 2017-08-18 21:49:04 +00:00