sshcipher_ctx
cipher_ctx_is_plaintext(struct sshcipher_ctx *cc)
cipher_warning_message(const struct sshcipher_ctx *cc)
cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher,
struct sshcipher_ctx *cc = NULL;
cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest,
cipher_get_length(struct sshcipher_ctx *cc, u_int *plenp, u_int seqnr,
cipher_free(struct sshcipher_ctx *cc)
cipher_get_keyiv(struct sshcipher_ctx *cc, u_char *iv, size_t len)
cipher_set_keyiv(struct sshcipher_ctx *cc, const u_char *iv, size_t len)
struct sshcipher_ctx;
const char *cipher_warning_message(const struct sshcipher_ctx *);
int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
int cipher_crypt(struct sshcipher_ctx *, u_int, u_char *, const u_char *,
int cipher_get_length(struct sshcipher_ctx *, u_int *, u_int,
void cipher_free(struct sshcipher_ctx *);
u_int cipher_ctx_is_plaintext(struct sshcipher_ctx *);
int cipher_get_keyiv(struct sshcipher_ctx *, u_char *, size_t);
int cipher_set_keyiv(struct sshcipher_ctx *, const u_char *, size_t);
struct sshcipher_ctx *receive_context;
struct sshcipher_ctx *send_context;
struct sshcipher_ctx *cc;
struct sshcipher_ctx **ccp;
struct sshcipher_ctx *cctx = NULL;
struct sshcipher_ctx *cctx = NULL;
struct sshcipher_ctx *ciphercontext = NULL;
struct sshcipher_ctx *ciphercontext = NULL;