Added decrypting/decoding/parsing of SPA data.
git-svn-id: file:///home/mbr/svn/fwknop/trunk@24 510a4753-2344-4c79-9c09-4d669213fbeb
This commit is contained in:
@@ -33,8 +33,8 @@
|
||||
*/
|
||||
#define PREDICT_ENCSIZE(x) (1+(x>>4)+(x&0xf?1:0))<<4
|
||||
|
||||
int fko_encrypt(uchar *in, int len, char *key, uchar *out);
|
||||
int fko_decrypt(uchar *in, int len, char *key, uchar *out);
|
||||
int fko_encrypt(uchar *in, int len, const char *key, uchar *out);
|
||||
int fko_decrypt(uchar *in, int len, const char *key, uchar *out);
|
||||
void hex_dump(uchar *data, int size);
|
||||
|
||||
#endif /* CIPHER_FUNCS_H */
|
||||
|
||||
Reference in New Issue
Block a user