Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/cipher.h
Parent Directory
| Revision Log
| Patch
| 89 |
void cipher_set_keycontext(CipherContext *, u_char *); |
void cipher_set_keycontext(CipherContext *, u_char *); |
| 90 |
|
|
| 91 |
void cipher_init_SSH2( |
void cipher_init_SSH2( |
| 92 |
EVP_CIPHER_CTX *evp, |
EVP_CIPHER_CTX *evp, |
| 93 |
const u_char *key, u_int keylen, |
const u_char *key, u_int keylen, |
| 94 |
const u_char *iv, u_int ivlen, |
const u_char *iv, u_int ivlen, |
| 95 |
int encrypt, |
int encrypt, |
| 96 |
const EVP_CIPHER *type, |
const EVP_CIPHER *type, |
| 97 |
int discard_len, |
int discard_len, |
| 98 |
unsigned int authlen, |
unsigned int authlen, |
| 99 |
PTInstVar pvar |
PTInstVar pvar |
| 100 |
); |
); |
| 101 |
|
|
| 102 |
void cipher_cleanup_SSH2(EVP_CIPHER_CTX *evp); |
void cipher_free_SSH2(EVP_CIPHER_CTX *evp); |
| 103 |
|
|
| 104 |
#endif /* CIPHER_H */ |
#endif /* CIPHER_H */ |
|
|
Legend:
| Removed from v.9208 |
|
| changed lines |
| |
Added in v.9209 |
|
|
| |