1 #ifndef LIBRARIES_AMISSL_H
2 #define LIBRARIES_AMISSL_H
4 #define CIPHER_BLOWFISH 0x01
5 #define CIPHER_CAST 0x02
6 #define CIPHER_DES 0x03
8 #define CIPHER_DSA 0x05
9 #define CIPHER_IDEA 0x06
10 #define CIPHER_MD2 0x07
11 #define CIPHER_MD4 0x08
12 #define CIPHER_MD5 0x09
13 #define CIPHER_MDC2 0x0a
14 #define CIPHER_RC2 0x0b
15 #define CIPHER_RC4 0x0c
16 #define CIPHER_RC5 0x0d
17 #define CIPHER_RIPEMD 0x0e
18 #define CIPHER_RSA 0x0f
19 #define CIPHER_SHA 0x10
20 #define CIPHER_AES 0x11
22 #define CIPHER_BlowFish CIPHER_BLOWFISH
24 #endif /* !LIBRARIES_AMISSL_H */