add aes128cfb, delete unused files

This commit is contained in:
wangyu-
2018-07-21 02:06:15 -05:00
parent a7849b3634
commit 565034dbae
8 changed files with 106 additions and 1009 deletions

View File

@@ -25,7 +25,7 @@ unsigned short csum(const unsigned short *ptr,int nbytes) ;
enum auth_mode_t {auth_none=0,auth_md5,auth_crc32,auth_simple,auth_hmac_sha1,auth_end};
enum cipher_mode_t {cipher_none=0,cipher_aes128cbc,cipher_xor,cipher_end};
enum cipher_mode_t {cipher_none=0,cipher_aes128cbc,cipher_xor,cipher_aes128cfb,cipher_end};
extern auth_mode_t auth_mode;