boringssl/crypto
Steven Valdez ed6c5d3910 crypto/bn/*: x86[_64] division instruction doesn't handle constants, change constraint from 'g' to 'rm'.
(Imported from upstream's 2a20b6d9731488bcb500e58a434375f59fb9adcc)

Change-Id: If3db4dac3d4cd675cf7854c4e154823d25d00eb9
Reviewed-on: https://boringssl-review.googlesource.com/10921
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2016-09-09 20:59:47 +00:00
..
aes Allow .arch directives with Clang. 2016-08-26 17:45:49 +00:00
asn1 Replace Scoped* heap types with bssl::UniquePtr. 2016-09-01 22:22:54 +00:00
base64 Adding ARRAY_SIZE macro for getting the size of constant arrays. 2016-08-19 19:30:39 +00:00
bio Replace Scoped* heap types with bssl::UniquePtr. 2016-09-01 22:22:54 +00:00
bn crypto/bn/*: x86[_64] division instruction doesn't handle constants, change constraint from 'g' to 'rm'. 2016-09-09 20:59:47 +00:00
buf
bytestring Fold stack-allocated types into headers. 2016-09-07 21:50:05 +00:00
chacha
cipher Fold stack-allocated types into headers. 2016-09-07 21:50:05 +00:00
cmac Replace Scoped* heap types with bssl::UniquePtr. 2016-09-01 22:22:54 +00:00
conf
curve25519 Replace Scoped* heap types with bssl::UniquePtr. 2016-09-01 22:22:54 +00:00
des
dh Fold stack-allocated types into headers. 2016-09-07 21:50:05 +00:00
digest Fold stack-allocated types into headers. 2016-09-07 21:50:05 +00:00
dsa Add various 1.1.0 accessors. 2016-08-10 16:52:15 +00:00
ec Fold stack-allocated types into headers. 2016-09-07 21:50:05 +00:00
ecdh Replace Scoped* heap types with bssl::UniquePtr. 2016-09-01 22:22:54 +00:00
ecdsa Replace Scoped* heap types with bssl::UniquePtr. 2016-09-01 22:22:54 +00:00
engine
err Forbid EMS from changing during renegotation. 2016-08-30 15:43:35 +00:00
evp Fold stack-allocated types into headers. 2016-09-07 21:50:05 +00:00
hkdf Adding ARRAY_SIZE macro for getting the size of constant arrays. 2016-08-19 19:30:39 +00:00
hmac Fold stack-allocated types into headers. 2016-09-07 21:50:05 +00:00
lhash
md4
md5
modes Allow .arch directives with Clang. 2016-08-26 17:45:49 +00:00
newhope Replace Scoped* heap types with bssl::UniquePtr. 2016-09-01 22:22:54 +00:00
obj Rename the |dont_return_name| flag of |OBJ_obj2txt| to |always_return_oid|. 2016-08-10 17:18:25 +00:00
pem
perlasm
pkcs8 Replace Scoped* heap types with bssl::UniquePtr. 2016-09-01 22:22:54 +00:00
poly1305 Resolve a small handful of size_t truncation warnings. 2016-08-05 19:12:31 +00:00
rand Resolve a small handful of size_t truncation warnings. 2016-08-05 19:12:31 +00:00
rc4 Simplify RC4 code and remove assembly. 2016-08-30 15:32:31 +00:00
rsa Replace Scoped* heap types with bssl::UniquePtr. 2016-09-01 22:22:54 +00:00
sha sha/asm/sha1-x86_64.pl: fix crash in SHAEXT code on Windows. 2016-08-16 19:46:06 +00:00
stack
test Replace Scoped* heap types with bssl::UniquePtr. 2016-09-01 22:22:54 +00:00
x509 Fix a few leaks in X509_REQ_to_X509. 2016-09-09 20:17:16 +00:00
x509v3 Finish aligning up_ref functions with OpenSSL 1.1.0. 2016-08-11 16:51:52 +00:00
CMakeLists.txt
constant_time_test.c
cpu-aarch64-linux.c
cpu-arm-linux.c
cpu-arm.c
cpu-intel.c
crypto.c
ex_data.c
internal.h Adding ARRAY_SIZE macro for getting the size of constant arrays. 2016-08-19 19:30:39 +00:00
mem.c
refcount_c11.c
refcount_lock.c
refcount_test.c
thread_none.c
thread_pthread.c
thread_test.c
thread_win.c
thread.c
time_support.c