tinc/src/openssl
Guus Sliepen 5b07039b07 Rename xmalloc_and_zero() to xzalloc().
The former name is more or less only used by tinc, the latter is used by other
projects as well, and shorter as well.
2013-05-01 17:31:33 +02:00
..
cipher.c Rename xmalloc_and_zero() to xzalloc(). 2013-05-01 17:31:33 +02:00
crypto.c Use conditional compilation for cryptographic functions. 2013-05-01 17:17:22 +02:00
digest.c Rename xmalloc_and_zero() to xzalloc(). 2013-05-01 17:31:33 +02:00
digest.h Use conditional compilation for cryptographic functions. 2013-05-01 17:17:22 +02:00
ecdh.c Use conditional compilation for cryptographic functions. 2013-05-01 17:17:22 +02:00
ecdsa.c Use conditional compilation for cryptographic functions. 2013-05-01 17:17:22 +02:00
ecdsagen.c Use conditional compilation for cryptographic functions. 2013-05-01 17:17:22 +02:00
prf.c Use conditional compilation for cryptographic functions. 2013-05-01 17:17:22 +02:00
rsa.c Use conditional compilation for cryptographic functions. 2013-05-01 17:17:22 +02:00
rsagen.c Use conditional compilation for cryptographic functions. 2013-05-01 17:17:22 +02:00