update --fix-gro

This commit is contained in:
wangyu
2019-07-15 13:00:16 -04:00
parent c1dfd4e928
commit 8c81f7673b
6 changed files with 23 additions and 12 deletions

View File

@@ -34,7 +34,7 @@ extern cipher_mode_t cipher_mode;
extern unordered_map<int, const char *> auth_mode_tostring;
extern unordered_map<int, const char *> cipher_mode_tostring;
extern char gro_xor[16+100];
extern char gro_xor[256+100];
int cipher_decrypt(const char *data,char *output,int &len,char * key);//internal interface ,exposed for test only
int cipher_encrypt(const char *data,char *output,int &len,char * key);//internal interface ,exposed for test only