518ba0772b
Using |size_t| was correct, except for NaCl, which is a 64-bit build with 32-bit pointers. In that configuration, |size_t| is smaller than the native word size. This change adds |crypto_word_t|, an unsigned type with native size and switches constant-time functions to using it. Change-Id: Ib275127063d5edbb7c55d413132711b7c74206b0 Reviewed-on: https://boringssl-review.googlesource.com/15325 Reviewed-by: Adam Langley <agl@google.com> |
||
---|---|---|
.. | ||
asm | ||
test | ||
aead_test.cc | ||
aead.c | ||
cipher_test.cc | ||
cipher.c | ||
CMakeLists.txt | ||
derive_key.c | ||
e_aes.c | ||
e_aesctrhmac.c | ||
e_aesgcmsiv.c | ||
e_chacha20poly1305.c | ||
e_des.c | ||
e_null.c | ||
e_rc2.c | ||
e_rc4.c | ||
e_ssl3.c | ||
e_tls.c | ||
internal.h | ||
tls_cbc.c |