openssl/crypto/bn
Andy Polyakov 20b88bb160 PPC assembly pack: remove branch hints.
As it turns out branch hints grew as kind of a misconception. In
addition their interpretation by GNU assembler is affected by
assembler flags and can end up with opposite meaning on different
processors. As we have to loose quite a lot on misinterprerations,
especially on newer processors, we just omit them altogether.

Reviewed-by: Tim Hudson <tjh@openssl.org>
2016-04-07 21:27:24 +02:00
..
asm PPC assembly pack: remove branch hints. 2016-04-07 21:27:24 +02:00
bn_add.c
bn_asm.c Clean-up *_DEBUG options. 2016-04-07 21:18:00 +02:00
bn_blind.c Convert RSA blinding to new multi-threading API 2016-03-08 23:52:48 +00:00
bn_const.c
bn_ctx.c
bn_depr.c
bn_dh.c
bn_div.c
bn_err.c
bn_exp2.c
bn_exp.c crypto/bn/x86_64-mont5.pl: constant-time gather procedure. 2016-03-01 13:34:22 +00:00
bn_gcd.c
bn_gf2m.c
bn_intern.c
bn_kron.c
bn_lcl.h Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruption 2016-02-29 16:32:18 +00:00
bn_lib.c Clean-up *_DEBUG options. 2016-04-07 21:18:00 +02:00
bn_mod.c
bn_mont.c Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API 2016-03-08 09:07:32 -05:00
bn_mpi.c
bn_mul.c Clean-up *_DEBUG options. 2016-04-07 21:18:00 +02:00
bn_nist.c
bn_prime.c
bn_prime.h
bn_prime.pl
bn_print.c Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruption 2016-02-29 16:32:18 +00:00
bn_rand.c
bn_recp.c
bn_shift.c
bn_sqr.c
bn_sqrt.c
bn_srp.c
bn_word.c
bn_x931p.c
build.info Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS) 2016-03-13 00:02:55 +01:00
Makefile.in Remove the remainder of util/mk1mf.pl and companion scripts 2016-03-21 11:02:00 +01:00
rsaz_exp.c
rsaz_exp.h
vms-helper.c