boringssl/crypto
Adam Langley 1ea083d8b2 Always 16-byte align |poly| elements.
Even if the vector code isn't used in hrss.c, it might call external
assembly that still requires alignment.

Change-Id: I11ceb88f96deec6b20883872030ca090506ca150
Reviewed-on: https://boringssl-review.googlesource.com/c/33584
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: Adam Langley <agl@google.com>
2018-12-12 18:58:50 +00:00
..
asn1
base64
bio Fix d2i_*_bio on partial reads. 2018-12-05 22:05:28 +00:00
bn_extra
buf
bytestring
chacha Support execute-only memory for AArch64 assembly. 2018-11-19 19:58:15 +00:00
cipher_extra
cmac
conf Use proper functions for lh_*. 2018-10-15 23:37:04 +00:00
curve25519
dh
digest_extra
dsa
ec_extra
ecdh_extra
ecdsa_extra
engine
err
evp
fipsmodule Eliminate |OPENSSL_ia32cap_P| in C code in the FIPS module. 2018-12-06 00:58:14 +00:00
hkdf
hmac_extra Convert a number of tests to GTest. 2017-06-01 17:02:13 +00:00
hrss Always 16-byte align |poly| elements. 2018-12-12 18:58:50 +00:00
lhash
obj Add initial HRSS support. 2018-12-12 17:35:02 +00:00
pem
perlasm Make symbol-prefixing work on 32-bit x86. 2018-11-27 22:35:17 +00:00
pkcs7 Fix undefined function pointer casts in {d2i,i2d}_Foo_{bio,fp} 2018-10-01 17:34:53 +00:00
pkcs8
poly1305
pool
rand_extra
rc4
rsa_extra
stack Fix stack_test.cc in the prefixed build. 2018-11-27 21:35:56 +00:00
test Print a message when simulating CPUs. 2018-11-16 23:12:27 +00:00
x509 Fix d2i_*_bio on partial reads. 2018-12-05 22:05:28 +00:00
x509v3 Unexport and rename hex_to_string, string_to_hex, and name_cmp. 2018-11-27 00:08:39 +00:00
CMakeLists.txt Add initial HRSS support. 2018-12-12 17:35:02 +00:00
compiler_test.cc
constant_time_test.cc
cpu-aarch64-fuchsia.c
cpu-aarch64-linux.c
cpu-arm-linux_test.cc Move ARM cpuinfo functions to the header. 2018-11-21 00:46:57 +00:00
cpu-arm-linux.c Move ARM cpuinfo functions to the header. 2018-11-21 00:46:57 +00:00
cpu-arm-linux.h Move ARM cpuinfo functions to the header. 2018-11-21 00:46:57 +00:00
cpu-arm.c
cpu-intel.c Pretend AMD XOP was never a thing. 2018-12-03 22:59:55 +00:00
cpu-ppc64le.c
crypto.c Simulate other ARM CPUs when running tests. 2018-11-15 00:58:09 +00:00
ex_data.c
internal.h Simulate other ARM CPUs when running tests. 2018-11-15 00:58:09 +00:00
mem.c
refcount_c11.c
refcount_lock.c
refcount_test.cc
self_test.cc
thread_none.c
thread_pthread.c
thread_test.cc
thread_win.c Replace the last CRITICAL_SECTION with SRWLOCK. 2018-12-03 20:37:35 +00:00
thread.c