openssl/crypto/bn
Richard Levitte 26a3a48d65 There have been a number of complaints from a number of sources that names
like Malloc, Realloc and especially Free conflict with already existing names
on some operating systems or other packages.  That is reason enough to change
the names of the OpenSSL memory allocation macros to something that has a
better chance of being unique, like prepending them with OPENSSL_.

This change includes all the name changes needed throughout all C files.
2000-06-01 22:19:21 +00:00
..
asm Remove Win32 assembler files. They are always rebuilt (with some 2000-03-13 08:04:20 +00:00
.cvsignore
bn_add.c Document the BN library. 2000-01-23 22:06:24 +00:00
bn_asm.c Typo. 2000-02-27 16:56:48 +00:00
bn_blind.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
bn_ctx.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
bn_div.c New NO_INLINE_ASM macro. Primary target for the moment is Solaris x86 2000-02-15 17:20:52 +00:00
bn_err.c Preserve reason strings in automatically build tables. 2000-03-05 00:19:36 +00:00
bn_exp2.c New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access 2000-02-05 14:17:32 +00:00
bn_exp.c Add support for Compaq Atalla crypto accelerator. 2000-02-16 22:15:39 +00:00
bn_gcd.c New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access 2000-02-05 14:17:32 +00:00
bn_lcl.h Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library. 2000-02-26 22:16:47 +00:00
bn_lib.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
bn_mont.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
bn_mpi.c
bn_mul.c Change comment. 2000-03-02 14:34:08 +00:00
bn_prime.c New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access 2000-02-05 14:17:32 +00:00
bn_prime.h Move primes to read-only segment. 2000-02-16 13:24:06 +00:00
bn_prime.pl Move primes to read-only segment. 2000-02-16 13:24:06 +00:00
bn_print.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
bn_rand.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
bn_recp.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
bn_shift.c
bn_sqr.c New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access 2000-02-05 14:17:32 +00:00
bn_word.c Some 'const's for BNs. 2000-02-03 01:26:07 +00:00
bn.h Use NO_FP_API. 2000-06-01 20:25:44 +00:00
bn.mul
bnspeed.c - Pseudo-seed the PRNG in programs used for "make test" 2000-01-14 17:55:37 +00:00
bntest.c Update comment. 2000-03-02 22:08:30 +00:00
divtest.c Include rand.h so RAND_pseudo_bytes may be declared. 2000-02-27 22:57:53 +00:00
exp.c - Pseudo-seed the PRNG in programs used for "make test" 2000-01-14 17:55:37 +00:00
expspeed.c - Pseudo-seed the PRNG in programs used for "make test" 2000-01-14 17:55:37 +00:00
exptest.c Cosmetic changes. 2000-02-05 21:28:09 +00:00
Makefile.ssl In some of the Makefiles CPP was not defined. 2000-03-20 18:16:52 +00:00
todo
vms-helper.c