boringssl/crypto/sha
Adam Langley faa539f877 Remove static output buffers for hash & HMAC functions.
These static output buffers are a legacy from a time before processes
had threads. This change drops support and callers who were depending on
this (of which there are hopefully none) will crash.

Change-Id: I7b8eb3440def507f92543e55465f821dfa02c7da
Reviewed-on: https://boringssl-review.googlesource.com/14528
Commit-Queue: Adam Langley <agl@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-04-02 17:53:17 +00:00
..
asm x86_64 assembly pack: Win64 SEH face-lift. 2017-02-16 21:55:04 +00:00
CMakeLists.txt Add ppc64le vector implementation of SHA-1. 2016-11-17 18:38:14 +00:00
sha1-altivec.c Use vec_vsx_ld to performance unaligned load instead of dereferencing a pointer 2017-03-30 16:43:30 +00:00
sha1.c Remove static output buffers for hash & HMAC functions. 2017-04-02 17:53:17 +00:00
sha256.c Remove static output buffers for hash & HMAC functions. 2017-04-02 17:53:17 +00:00
sha512.c Remove static output buffers for hash & HMAC functions. 2017-04-02 17:53:17 +00:00