openssl/crypto
KaoruToda 208fb891e3 Since return is inconsistent, I removed unnecessary parentheses and
unified them.
- return (0); -> return 0;
- return (1); -> return 1;
- return (-1); -> return -1;

Reviewed-by: Stephen Henson <steve@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4500)
2017-10-09 13:17:09 +01:00
..
aes
aria Fix potential null problem. 2017-09-01 09:30:18 +10:00
asn1 Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
async Add stack space reservations. 2017-09-28 06:53:40 +10:00
bf
bio Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
blake2 Move e_os.h to be the very first include. 2017-08-30 07:20:44 +10:00
bn Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
buffer
camellia
cast e_os.h removal from other headers and source files. 2017-08-30 07:20:43 +10:00
chacha
cmac
cms Support CMS decrypt without a certificate for all key types 2017-08-08 18:55:56 +01:00
comp
conf Use safestack.h exclusively internally. 2017-09-28 13:14:33 +10:00
ct Null pointer used. 2017-09-18 06:52:13 +10:00
des Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
dh Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
dsa Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
dso Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
ec nistp521: add a comment to the P+P exceptional case in point_add. 2017-10-02 11:30:30 -04:00
engine Add CRYPTO_thread_glock_new 2017-08-31 19:42:03 -04:00
err Rewrite some code 2017-10-07 11:26:35 -04:00
evp Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
hmac Remove OPENSSL_assert() from crypto/hmac 2017-08-21 08:44:44 +01:00
idea
include/internal Support EVP_PKEY_meth_remove and pmeth internal cleanup 2017-09-14 12:41:34 +08:00
kdf More updates following review feedback 2017-08-21 08:44:44 +01:00
lhash Document that lhash isn't thread safe under any circumstances and 2017-10-09 07:50:18 +10:00
md2
md4
md5
mdc2
modes crypto/cryptlib.c: mask more capability bits upon FXSR bit flip. 2017-09-01 08:48:32 +02:00
objects Remove unnecessary #include <openssl/lhash.h> directives. 2017-09-29 07:38:56 +10:00
ocsp Move e_os.h to be the very first include. 2017-08-30 07:20:44 +10:00
pem This has been added to avoid the situation where some host ctype.h functions 2017-08-22 09:45:25 +10:00
perlasm
pkcs7 Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
pkcs12 Add checks for alloc failing. 2017-09-06 09:52:16 -04:00
poly1305
rand Add CRYPTO_thread_glock_new 2017-08-31 19:42:03 -04:00
rc2
rc4
rc5
ripemd
rsa Remove unnecessary #include <openssl/lhash.h> directives. 2017-09-29 07:38:56 +10:00
seed
sha sha/asm/keccak1600-armv8.pl: fix return value buglet and ... 2017-09-09 19:09:36 +02:00
siphash
srp Remove custom base64 code. 2017-08-22 11:03:32 -04:00
stack stack/stack.c: various cleanups. 2017-10-05 21:23:23 +02:00
store Fix OSSL_STORE's 'file' loader: make sure peekbuf is initialised 2017-09-05 17:07:20 +02:00
ts struct timeval include guards 2017-09-01 09:55:43 +10:00
txt_db Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
ui Add UI functions to set result with explicit length and to retrieve the length 2017-09-08 20:06:06 +02:00
whrlpool Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
x509 Since return is inconsistent, I removed unnecessary parentheses and 2017-10-09 13:17:09 +01:00
x509v3 Use more pre-allocation 2017-10-03 12:52:19 +02:00
alphacpuid.pl
arm64cpuid.pl
arm_arch.h
armcap.c Fix typo in files in crypto folder 2017-08-05 20:42:06 +02:00
armv4cpuid.pl
build.info This has been added to avoid the situation where some host ctype.h functions 2017-08-22 09:45:25 +10:00
c64xpluscpuid.pl
cpt_err.c
cryptlib.c crypto/cryptlib.c: mask more capability bits upon FXSR bit flip. 2017-09-01 08:48:32 +02:00
ctype.c Check for EOF in ASCII conversions. 2017-08-25 06:42:17 +10:00
cversion.c
dllmain.c Move e_os.h to be the very first include. 2017-08-30 07:20:44 +10:00
ebcdic.c
ex_data.c Remove unnecessary #include <openssl/lhash.h> directives. 2017-09-29 07:38:56 +10:00
ia64cpuid.S Fix typo in files in crypto folder 2017-08-05 20:42:06 +02:00
init.c Address feedback 2017-08-31 19:42:03 -04:00
LPdir_nyi.c
LPdir_unix.c
LPdir_vms.c
LPdir_win32.c
LPdir_win.c
LPdir_wince.c
mem_clr.c
mem_dbg.c Add CRYPTO_thread_glock_new 2017-08-31 19:42:03 -04:00
mem_sec.c Add CRYPTO_thread_glock_new 2017-08-31 19:42:03 -04:00
mem.c Move e_os.h to be the very first include. 2017-08-30 07:20:44 +10:00
mips_arch.h
o_dir.c Move e_os.h to be the very first include. 2017-08-30 07:20:44 +10:00
o_fips.c
o_fopen.c
o_init.c Use "" not <> on e_os.h include 2017-08-22 11:07:56 -04:00
o_str.c Revert "GH614: Use memcpy()/strdup() when possible" 2017-09-14 10:26:54 +10:00
o_time.c Fix typo in files in crypto folder 2017-08-05 20:42:06 +02:00
pariscid.pl
ppc_arch.h
ppccap.c
ppccpuid.pl
s390xcap.c
s390xcpuid.S
sparc_arch.h
sparccpuid.S
sparcv9cap.c
threads_none.c Remove OPENSSL_assert() from crypto/threads_none.c 2017-08-21 08:44:44 +01:00
threads_pthread.c Put thread-fork-init inside a run-once guard 2017-08-18 11:48:35 -04:00
threads_win.c
uid.c
vms_rms.h
x86_64cpuid.pl
x86cpuid.pl