boringssl/crypto/fipsmodule/modes
David Benjamin 0a3663a64f ARMv4 assembly pack: harmonize Thumb-ification of iOS build.
Three modules were left behind in
I59df0b567e8e80befe5c399f817d6410ddafc577.

(Imported from upstream's c93f06c12f10c07cea935abd78a07a037e27f155.)

This actually meant functions defined in those two files were
non-functional. I'm guessing no one noticed upstream because, if you go
strictly by iOS compile-time capabilities, all this code is unreachable
on ios32, only ios64.

Change-Id: I55035edf2aebf96d14bdf66161afa2374643d4ec
Reviewed-on: https://boringssl-review.googlesource.com/17113
Reviewed-by: David Benjamin <davidben@google.com>
2017-06-13 17:49:16 +00:00
..
asm ARMv4 assembly pack: harmonize Thumb-ification of iOS build. 2017-06-13 17:49:16 +00:00
cbc.c Move modes/ into the FIPS module 2017-04-21 17:46:37 +00:00
cfb.c Move modes/ into the FIPS module 2017-04-21 17:46:37 +00:00
ctr.c Move modes/ into the FIPS module 2017-04-21 17:46:37 +00:00
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 Move modes/ into the FIPS module 2017-04-21 17:46:37 +00:00
polyval.c Move AES-GCM-SIV out from SMALL and handle unaligned keys. 2017-06-01 18:45:06 +00:00