Symbol: sshcipher_ctx
crypto/openssh/cipher.c
193
cipher_ctx_is_plaintext(struct sshcipher_ctx *cc)
crypto/openssh/cipher.c
235
cipher_warning_message(const struct sshcipher_ctx *cc)
crypto/openssh/cipher.c
244
cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher,
crypto/openssh/cipher.c
248
struct sshcipher_ctx *cc = NULL;
crypto/openssh/cipher.c
343
cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest,
crypto/openssh/cipher.c
406
cipher_get_length(struct sshcipher_ctx *cc, u_int *plenp, u_int seqnr,
crypto/openssh/cipher.c
419
cipher_free(struct sshcipher_ctx *cc)
crypto/openssh/cipher.c
436
cipher_get_keyiv(struct sshcipher_ctx *cc, u_char *iv, size_t len)
crypto/openssh/cipher.h
51
struct sshcipher_ctx;
crypto/openssh/cipher.h
54
const char *cipher_warning_message(const struct sshcipher_ctx *);
crypto/openssh/cipher.h
58
int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
crypto/openssh/cipher.h
60
int cipher_crypt(struct sshcipher_ctx *, u_int, u_char *, const u_char *,
crypto/openssh/cipher.h
62
int cipher_get_length(struct sshcipher_ctx *, u_int *, u_int,
crypto/openssh/cipher.h
64
void cipher_free(struct sshcipher_ctx *);
crypto/openssh/cipher.h
73
u_int cipher_ctx_is_plaintext(struct sshcipher_ctx *);
crypto/openssh/cipher.h
75
int cipher_get_keyiv(struct sshcipher_ctx *, u_char *, size_t);
crypto/openssh/packet.c
128
struct sshcipher_ctx *receive_context;
crypto/openssh/packet.c
131
struct sshcipher_ctx *send_context;
crypto/openssh/packet.c
2444
struct sshcipher_ctx *cc;
crypto/openssh/packet.c
982
struct sshcipher_ctx **ccp;
crypto/openssh/sshkey.c
1649
struct sshcipher_ctx *cctx = NULL;
crypto/openssh/sshkey.c
1783
struct sshcipher_ctx *cctx = NULL;
crypto/openssh/sshkey.c
2841
struct sshcipher_ctx *ciphercontext = NULL;
crypto/openssh/sshkey.c
3040
struct sshcipher_ctx *ciphercontext = NULL;