boringssl/crypto
Adam Langley 6fb174e564 Remove last references to named locks.
These ASN.1 macros are the last references to the old-style OpenSSL
locks that remain. The ASN.1 reference count handling was changed in a
previous commit to use |CRYPTO_refcount_*| so these lock references were
unused anyway.

Change-Id: I1b27eef140723050a8e6878a1bea11da3409d0eb
Reviewed-on: https://boringssl-review.googlesource.com/4776
Reviewed-by: Adam Langley <agl@google.com>
2015-05-20 19:18:30 +00:00
..
aes Don't use .arch in aarch64 asm with Clang. 2015-05-05 00:28:03 +00:00
asn1 Convert reference counts in crypto/ 2015-05-20 19:15:26 +00:00
base64
bio Convert reference counts in crypto/ 2015-05-20 19:15:26 +00:00
bn Always include x86_64-gcc.c in the standalone build. 2015-05-15 22:37:49 +00:00
buf
bytestring Remove unnecessary NULL checks, part 1. 2015-05-04 23:05:17 +00:00
chacha
cipher Port cipher_test to file_test. 2015-05-13 17:00:55 +00:00
cmac Add support for CMAC (RFC 4493). 2015-05-07 21:13:41 +00:00
conf
des Implement |DES_ede2_cbc_encrypt|. 2015-05-20 18:36:01 +00:00
dh Convert reference counts in crypto/ 2015-05-20 19:15:26 +00:00
digest Replace MD5 in examples with SHA-256. 2015-04-13 20:55:48 +00:00
dsa Convert reference counts in crypto/ 2015-05-20 19:15:26 +00:00
ec Convert reference counts in crypto/ 2015-05-20 19:15:26 +00:00
ecdh
ecdsa Remove unnecessary NULL checks, part 3. 2015-05-04 23:12:04 +00:00
engine
err Support arbitrary elliptic curve groups. 2015-05-15 00:59:37 +00:00
evp Convert reference counts in crypto/ 2015-05-20 19:15:26 +00:00
hkdf
hmac Add evp_test, loosely based on upstream's version. 2015-05-11 21:44:36 +00:00
lhash
md4 Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
md5
modes Fix invalid assert in CRYPTO_ctr128_encrypt. 2015-05-12 19:26:53 +00:00
obj Remove unnecessary NULL checks, part 4. 2015-05-04 23:13:12 +00:00
pem Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
perlasm Add assembly support for 32-bit iOS. 2015-05-04 22:44:24 +00:00
pkcs8 Convert pkcs12_test to C++. 2015-05-11 18:51:13 +00:00
poly1305 Fix ARM Clang build. 2015-05-05 00:24:59 +00:00
rand Don't use uninitialized memory in RAND_bytes. 2015-05-15 20:31:27 +00:00
rc4 Mind the end of the buffer in aligned case of generic RC4 implementation. 2015-05-12 19:31:09 +00:00
rsa Convert reference counts in crypto/ 2015-05-20 19:15:26 +00:00
sha Add assembly support for 32-bit iOS. 2015-05-04 22:44:24 +00:00
stack Remove unnecessary NULL checks, part 4. 2015-05-04 23:13:12 +00:00
test Port cipher_test to file_test. 2015-05-13 17:00:55 +00:00
x509 Remove last references to named locks. 2015-05-20 19:18:30 +00:00
x509v3 Remove remaining calls to the old lock functions. 2015-05-20 19:18:13 +00:00
arm_arch.h
CMakeLists.txt Add infrastructure for reference counts. 2015-05-20 19:14:59 +00:00
constant_time_test.c
cpu-arm-asm.S
cpu-arm.c Support Trusty, an embedded platform. 2015-05-08 18:34:55 +00:00
cpu-intel.c Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
cpu-x86_64-asm.pl
cpu-x86-asm.pl
crypto.c Fix |SSLeay|. 2015-05-20 17:44:44 +00:00
directory_posix.c Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
directory_win.c Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
directory.h
ex_data.c Remove unnecessary NULL checks, part 3. 2015-05-04 23:12:04 +00:00
header_removed.h
internal.h Add infrastructure for reference counts. 2015-05-20 19:14:59 +00:00
mem.c
refcount_c11.c Add infrastructure for reference counts. 2015-05-20 19:14:59 +00:00
refcount_lock.c Add infrastructure for reference counts. 2015-05-20 19:14:59 +00:00
refcount_test.c Add infrastructure for reference counts. 2015-05-20 19:14:59 +00:00
thread_none.c Support Trusty, an embedded platform. 2015-05-08 18:34:55 +00:00
thread_pthread.c Support Trusty, an embedded platform. 2015-05-08 18:34:55 +00:00
thread_test.c Support Trusty, an embedded platform. 2015-05-08 18:34:55 +00:00
thread_win.c Support Trusty, an embedded platform. 2015-05-08 18:34:55 +00:00
thread.c Remove |CRYPTO_add|. 2015-05-20 19:16:15 +00:00
time_support.c Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00