Kill implementation-specific macros

This commit is contained in:
Frank Denis
2014-05-13 13:47:13 -07:00
parent a2985beb5c
commit 184193d1c5
20 changed files with 0 additions and 65 deletions
@@ -83,11 +83,4 @@ int crypto_box_curve25519xsalsa20poly1305_open_afternm(unsigned char *m,
}
#endif
#define crypto_box_curve25519xsalsa20poly1305_ref crypto_box_curve25519xsalsa20poly1305
#define crypto_box_curve25519xsalsa20poly1305_ref_open crypto_box_curve25519xsalsa20poly1305_open
#define crypto_box_curve25519xsalsa20poly1305_ref_keypair crypto_box_curve25519xsalsa20poly1305_keypair
#define crypto_box_curve25519xsalsa20poly1305_ref_beforenm crypto_box_curve25519xsalsa20poly1305_beforenm
#define crypto_box_curve25519xsalsa20poly1305_ref_afternm crypto_box_curve25519xsalsa20poly1305_afternm
#define crypto_box_curve25519xsalsa20poly1305_ref_open_afternm crypto_box_curve25519xsalsa20poly1305_open_afternm
#endif
@@ -32,6 +32,4 @@ int crypto_core_hsalsa20(unsigned char *out, const unsigned char *in,
}
#endif
#define crypto_core_hsalsa20_ref2 crypto_core_hsalsa20
#endif
@@ -32,6 +32,4 @@ int crypto_core_salsa20(unsigned char *out, const unsigned char *in,
}
#endif
#define crypto_core_salsa20_ref crypto_core_salsa20
#endif
@@ -32,6 +32,4 @@ int crypto_core_salsa2012(unsigned char *out, const unsigned char *in,
}
#endif
#define crypto_core_salsa2012_ref crypto_core_salsa2012
#endif
@@ -32,6 +32,4 @@ int crypto_core_salsa208(unsigned char *out, const unsigned char *in,
}
#endif
#define crypto_core_salsa208_ref crypto_core_salsa208
#endif
@@ -104,9 +104,4 @@ int crypto_generichash_blake2b_final(crypto_generichash_blake2b_state *state,
}
#endif
#define crypto_generichash_blake2b_ref crypto_generichash_blake2b
#define crypto_generichash_blake2b_ref_init crypto_generichash_blake2b_init
#define crypto_generichash_blake2b_ref_update crypto_generichash_blake2b_update
#define crypto_generichash_blake2b_ref_final crypto_generichash_blake2b_final
#endif
@@ -44,6 +44,4 @@ int crypto_hash_sha256_final(crypto_hash_sha256_state *state,
}
#endif
#define crypto_hash_sha256_cp crypto_hash_sha256
#endif
@@ -44,6 +44,4 @@ int crypto_hash_sha512_final(crypto_hash_sha512_state *state,
}
#endif
#define crypto_hash_sha512_cp crypto_hash_sha512
#endif
@@ -51,7 +51,4 @@ int crypto_secretbox_xsalsa20poly1305_open(unsigned char *m,
}
#endif
#define crypto_secretbox_xsalsa20poly1305_ref crypto_secretbox_xsalsa20poly1305
#define crypto_secretbox_xsalsa20poly1305_ref_open crypto_secretbox_xsalsa20poly1305_open
#endif
@@ -27,6 +27,4 @@ int crypto_shorthash_siphash24(unsigned char *out, const unsigned char *in,
}
#endif
#define crypto_shorthash_siphash24_ref crypto_shorthash_siphash24
#endif
@@ -48,9 +48,4 @@ int crypto_sign_ed25519_seed_keypair(unsigned char *pk, unsigned char *sk,
}
#endif
#define crypto_sign_ed25519_ref10 crypto_sign_ed25519
#define crypto_sign_ed25519_ref10_open crypto_sign_ed25519_open
#define crypto_sign_ed25519_ref10_keypair crypto_sign_ed25519_keypair
#define crypto_sign_ed25519_ref10_seed_keypair crypto_sign_ed25519_seed_keypair
#endif
@@ -45,8 +45,4 @@ int crypto_sign_edwards25519sha512batch_keypair(unsigned char *pk,
}
#endif
#define crypto_sign_edwards25519sha512batch_ref crypto_sign_edwards25519sha512batch
#define crypto_sign_edwards25519sha512batch_ref_open crypto_sign_edwards25519sha512batch_open
#define crypto_sign_edwards25519sha512batch_ref_keypair crypto_sign_edwards25519sha512batch_keypair
#endif
@@ -57,10 +57,4 @@ int crypto_stream_aes128ctr_xor_afternm(unsigned char *out, const unsigned char
}
#endif
#define crypto_stream_aes128ctr_portable crypto_stream_aes128ctr
#define crypto_stream_aes128ctr_portable_xor crypto_stream_aes128ctr_xor
#define crypto_stream_aes128ctr_portable_beforenm crypto_stream_aes128ctr_beforenm
#define crypto_stream_aes128ctr_portable_afternm crypto_stream_aes128ctr_afternm
#define crypto_stream_aes128ctr_portable_xor_afternm crypto_stream_aes128ctr_xor_afternm
#endif
@@ -59,10 +59,4 @@ int crypto_stream_aes256estream_xor_afternm(unsigned char *out, const unsigned c
}
#endif
#define crypto_stream_aes256estream_hongjun crypto_stream_aes256estream
#define crypto_stream_aes256estream_hongjun_xor crypto_stream_aes256estream_xor
#define crypto_stream_aes256estream_hongjun_beforenm crypto_stream_aes256estream_beforenm
#define crypto_stream_aes256estream_hongjun_afternm crypto_stream_aes256estream_afternm
#define crypto_stream_aes256estream_hongjun_xor_afternm crypto_stream_aes256estream_xor_afternm
#endif
@@ -40,7 +40,4 @@ int crypto_stream_salsa2012_xor(unsigned char *c, const unsigned char *m,
}
#endif
#define crypto_stream_salsa2012_ref crypto_stream_salsa2012
#define crypto_stream_salsa2012_ref_xor crypto_stream_salsa2012_xor
#endif
@@ -40,7 +40,4 @@ int crypto_stream_salsa208_xor(unsigned char *c, const unsigned char *m,
}
#endif
#define crypto_stream_salsa208_ref crypto_stream_salsa208
#define crypto_stream_salsa208_ref_xor crypto_stream_salsa208_xor
#endif
@@ -40,7 +40,4 @@ int crypto_stream_xsalsa20_xor(unsigned char *c, const unsigned char *m,
}
#endif
#define crypto_stream_xsalsa20_ref crypto_stream_xsalsa20
#define crypto_stream_xsalsa20_ref_xor crypto_stream_xsalsa20_xor
#endif
@@ -15,8 +15,6 @@ size_t crypto_verify_16_bytes(void);
SODIUM_EXPORT
int crypto_verify_16(const unsigned char *x, const unsigned char *y);
#define crypto_verify_16_ref crypto_verify_16
#ifdef __cplusplus
}
#endif
@@ -15,8 +15,6 @@ size_t crypto_verify_32_bytes(void);
SODIUM_EXPORT
int crypto_verify_32(const unsigned char *x, const unsigned char *y);
#define crypto_verify_32_ref crypto_verify_32
#ifdef __cplusplus
}
#endif
@@ -15,8 +15,6 @@ size_t crypto_verify_64_bytes(void);
SODIUM_EXPORT
int crypto_verify_64(const unsigned char *x, const unsigned char *y);
#define crypto_verify_64_ref crypto_verify_64
#ifdef __cplusplus
}
#endif