Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/cipher-3des1.c
Parent Directory
| Revision Log
| Patch
| 32 |
|
|
| 33 |
#include "ssherr.h" |
#include "ssherr.h" |
| 34 |
|
|
| 35 |
|
#include "cipher-3des1.h" |
| 36 |
|
|
| 37 |
/* |
/* |
| 38 |
* This is used by SSH1: |
* This is used by SSH1: |
| 39 |
* |
* |
| 53 |
EVP_CIPHER_CTX *k1, *k2, *k3; |
EVP_CIPHER_CTX *k1, *k2, *k3; |
| 54 |
}; |
}; |
| 55 |
|
|
|
const EVP_CIPHER * evp_ssh1_3des(void); |
|
|
|
|
| 56 |
static int ssh1_3des_init(EVP_CIPHER_CTX *ctx, const u_char *key, const u_char *iv, int enc) |
static int ssh1_3des_init(EVP_CIPHER_CTX *ctx, const u_char *key, const u_char *iv, int enc) |
| 57 |
{ |
{ |
| 58 |
struct ssh1_3des_ctx *c; |
struct ssh1_3des_ctx *c; |
|
|
Legend:
| Removed from v.10528 |
|
| changed lines |
| |
Added in v.10529 |
|
|
| |