ring/crypto
Nolan Leake b881207538 Add symbols/cfi for assembly functions.
This is needed for some binary analysis programs (BOLT, in this case) to
find all the code.  A little ugly since we're putting labels that are
named as if they are local only in the global symbol table, but whatever,
there is plenty ugly and weird stuff in these assembly functions...
2019-09-20 10:28:11 -07:00
..
chacha/asm On x86_64, put constants in .rodata 2019-09-20 10:28:11 -07:00
cipher_extra Merge BoringSSL c1d8c5b: Handle errors from close in perlasm scripts. 2019-07-02 10:00:48 -10:00
curve25519/asm Stop using GFp_x25519_NEON on iOS to match BoringSSL. 2019-07-16 10:31:41 -10:00
fipsmodule Add symbols/cfi for assembly functions. 2019-09-20 10:28:11 -07:00
limbs Support clang-cl better. 2019-07-22 12:08:35 -10:00
perlasm Merge BoringSSL 586235d: Check for x18 usage in aarch64 assembly. 2019-07-02 10:01:13 -10:00
poly1305/asm On x86_64, put constants in .rodata 2019-09-20 10:28:11 -07:00
.gitattributes Fix GitHub misidentification of C header files as C++. 2015-11-29 14:06:28 -10:00
constant_time_test.c Simplify constant_time_test & remove its stdlib.h dependency. 2019-02-02 16:08:12 -10:00
cpu-intel.c Support clang-cl better. 2019-07-22 12:08:35 -10:00
crypto.c Move SYS_GETRANDOM stuff from C to Rust. 2019-02-05 19:41:48 -10:00
internal.h Support clang-cl better. 2019-07-22 12:08:35 -10:00
mem.c Use weak symbols only on supported platforms 2019-05-06 21:13:28 +00:00