ring/crypto/fipsmodule
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
..
aes/asm Add symbols/cfi for assembly functions. 2019-09-20 10:28:11 -07:00
bn On x86_64, put constants in .rodata 2019-09-20 10:28:11 -07:00
ec On x86_64, put constants in .rodata 2019-09-20 10:28:11 -07:00
ecdsa Split ec_point_mul_scalar into two operations. 2019-05-30 20:44:46 +00:00
modes On x86_64, put constants in .rodata 2019-09-20 10:28:11 -07:00
sha/asm On x86_64, put constants in .rodata 2019-09-20 10:28:11 -07:00
.gitattributes git mv crypto/ec/.gitattributes crypto/fipsmodule/. 2018-05-01 11:05:02 -10:00