libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / crypto_stream / aes128ctr / portable / api.h
blobbc951d1332dce478156c689c928ff55838d7e8a6
2 #include "crypto_stream_aes128ctr.h"
4 #define crypto_stream crypto_stream_aes128ctr
5 #define crypto_stream_xor crypto_stream_aes128ctr_xor
6 #define crypto_stream_beforenm crypto_stream_aes128ctr_beforenm
7 #define crypto_stream_afternm crypto_stream_aes128ctr_afternm
8 #define crypto_stream_xor_afternm crypto_stream_aes128ctr_xor_afternm
9 #define crypto_stream_KEYBYTES crypto_stream_aes128ctr_KEYBYTES
10 #define crypto_stream_NONCEBYTES crypto_stream_aes128ctr_NONCEBYTES
11 #define crypto_stream_BEFORENMBYTES crypto_stream_aes128ctr_BEFORENMBYTES
12 #define crypto_stream_PRIMITIVE "aes128ctr"
13 #define crypto_stream_IMPLEMENTATION crypto_stream_aes128ctr_IMPLEMENTATION
14 #define crypto_stream_VERSION crypto_stream_aes128ctr_VERSION