openssl/crypto/sha
Andy Polyakov 9676402c3a 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>
(cherry picked from commit 20b88bb160)
2016-04-07 21:29:57 +02:00
..
asm PPC assembly pack: remove branch hints. 2016-04-07 21:29:57 +02:00
Makefile Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
sha.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
sha.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
sha1.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
sha1_one.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
sha1dgst.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
sha1test.c Cleanup the EVP_MD_CTX before exit rather than after 2015-12-08 01:04:55 +01:00
sha256.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
sha256t.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
sha512.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
sha512t.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
sha_dgst.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
sha_locl.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
sha_one.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
shatest.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00