boringssl/crypto/modes
Adam Langley c8e664b70a Fix several minor points noticed by Kenny.
∙ Some comments had the wrong function name at the beginning.
  ∙ Some ARM asm ended up with two #if defined(__arm__) lines – one from
    the .pl file and one inserted by the translation script.

Change-Id: Ia8032cd09f06a899bf205feebc2d535a5078b521
Reviewed-on: https://boringssl-review.googlesource.com/6000
Reviewed-by: Adam Langley <agl@google.com>
2015-09-24 22:08:50 +00:00
..
asm Fix several minor points noticed by Kenny. 2015-09-24 22:08:50 +00:00
cbc.c Add some comments and tweak assertions for cbc.c. 2015-05-27 21:48:36 +00:00
cfb.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
CMakeLists.txt Move arm_arch.h and fix up lots of include paths. 2015-08-26 01:57:59 +00:00
ctr.c Fix invalid assert in CRYPTO_ctr128_encrypt. 2015-05-12 19:26:53 +00:00
gcm_test.c Remove BIO dependency from cmac_test. 2015-08-07 01:53:01 +00:00
gcm.c Move arm_arch.h and fix up lots of include paths. 2015-08-26 01:57:59 +00:00
internal.h Re-add the C version (only) of |EVP_aes_256_xts| 2015-08-19 01:35:50 +00:00
ofb.c Enable more warnings & treat warnings as errors on Windows. 2015-01-31 00:18:55 +00:00