Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/crypt.h
Parent Directory
| Revision Log
| Patch
| 81 |
CipherBlowfishState cBlowfish; |
CipherBlowfishState cBlowfish; |
| 82 |
} CRYPTCipherState; |
} CRYPTCipherState; |
| 83 |
|
|
| 84 |
typedef void (* CRYPTCryptFun)(PTInstVar pvar, unsigned char *buf, int bytes); |
typedef void (* CRYPTCryptFun)(PTInstVar pvar, unsigned char *buf, unsigned int bytes); |
| 85 |
|
|
| 86 |
typedef struct { |
typedef struct { |
| 87 |
CRYPTDetectAttack detect_attack_statics; |
CRYPTDetectAttack detect_attack_statics; |
| 109 |
from the server. Therefore we have some time available to do some |
from the server. Therefore we have some time available to do some |
| 110 |
moderately expensive computations. */ |
moderately expensive computations. */ |
| 111 |
void CRYPT_initialize_random_numbers(PTInstVar pvar); |
void CRYPT_initialize_random_numbers(PTInstVar pvar); |
| 112 |
void CRYPT_set_random_data(PTInstVar pvar, unsigned char *buf, int bytes); |
void CRYPT_set_random_data(PTInstVar pvar, unsigned char *buf, unsigned int bytes); |
| 113 |
void CRYPT_end(PTInstVar pvar); |
void CRYPT_end(PTInstVar pvar); |
| 114 |
|
|
| 115 |
void CRYPT_get_cipher_info(PTInstVar pvar, char *dest, int len); |
void CRYPT_get_cipher_info(PTInstVar pvar, char *dest, int len); |
|
|
Legend:
| Removed from v.6985 |
|
| changed lines |
| |
Added in v.7774 |
|
|
| |