boringssl/crypto/fipsmodule/modes
David Benjamin 9f579bfe6c Use unions rather than aliasing when possible.
This is less likely to make the compiler grumpy and generates the same
code. (Although this file has worse casts here which I'm still trying to
get the compiler to cooperate on.)

Change-Id: If7ac04c899d2cba2df34eac51d932a82d0c502d9
Reviewed-on: https://boringssl-review.googlesource.com/16986
Commit-Queue: Adam Langley <agl@google.com>
Reviewed-by: Adam Langley <agl@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-06-08 00:21:18 +00:00
..
asm Remove filename argument to x86 asm_init. 2017-05-12 14:58:27 +00:00
cbc.c
cfb.c
ctr.c
gcm_test.cc Convert a number of tests to GTest. 2017-06-01 17:02:13 +00:00
gcm_tests.txt Convert a number of tests to GTest. 2017-06-01 17:02:13 +00:00
gcm.c Use unions rather than aliasing when possible. 2017-06-08 00:21:18 +00:00
internal.h Use unions rather than aliasing when possible. 2017-06-08 00:21:18 +00:00
ofb.c
polyval.c Move AES-GCM-SIV out from SMALL and handle unaligned keys. 2017-06-01 18:45:06 +00:00