Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/crypt.h
Parent Directory
| Revision Log
| Patch
| 150 |
#define CRYPT_decrypt(pvar, buf, bytes) \ |
#define CRYPT_decrypt(pvar, buf, bytes) \ |
| 151 |
((pvar)->crypt_state.decrypt((pvar), (buf), (bytes))) |
((pvar)->crypt_state.decrypt((pvar), (buf), (bytes))) |
| 152 |
|
|
| 153 |
|
BOOL CRYPT_encrypt_aead(PTInstVar pvar, unsigned char *data, unsigned int len, unsigned int aadlen, unsigned int authlen); |
| 154 |
|
BOOL CRYPT_decrypt_aead(PTInstVar pvar, unsigned char *data, unsigned int len, unsigned int aadlen, unsigned int authlen); |
| 155 |
|
|
| 156 |
BOOL CRYPT_detect_attack(PTInstVar pvar, unsigned char *buf, int bytes); |
BOOL CRYPT_detect_attack(PTInstVar pvar, unsigned char *buf, int bytes); |
| 157 |
int CRYPT_passphrase_decrypt(int cipher, char *passphrase, char *buf, int len); |
int CRYPT_passphrase_decrypt(int cipher, char *passphrase, char *buf, int len); |
| 158 |
RSA *make_key(PTInstVar pvar, |
RSA *make_key(PTInstVar pvar, |
|
|
Legend:
| Removed from v.6982 |
|
| changed lines |
| |
Added in v.6985 |
|
|
| |