Symbol: sshcipher_ctx
crypto/openssh/cipher.c
197
cipher_ctx_is_plaintext(struct sshcipher_ctx *cc)
crypto/openssh/cipher.c
237
cipher_warning_message(const struct sshcipher_ctx *cc)
crypto/openssh/cipher.c
246
cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher,
crypto/openssh/cipher.c
250
struct sshcipher_ctx *cc = NULL;
crypto/openssh/cipher.c
345
cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest,
crypto/openssh/cipher.c
408
cipher_get_length(struct sshcipher_ctx *cc, u_int *plenp, u_int seqnr,
crypto/openssh/cipher.c
421
cipher_free(struct sshcipher_ctx *cc)
crypto/openssh/cipher.c
438
cipher_get_keyiv(struct sshcipher_ctx *cc, u_char *iv, size_t len)
crypto/openssh/cipher.c
478
cipher_set_keyiv(struct sshcipher_ctx *cc, const 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
72
u_int cipher_ctx_is_plaintext(struct sshcipher_ctx *);
crypto/openssh/cipher.h
74
int cipher_get_keyiv(struct sshcipher_ctx *, u_char *, size_t);
crypto/openssh/cipher.h
75
int cipher_set_keyiv(struct sshcipher_ctx *, const u_char *, size_t);
crypto/openssh/packet.c
135
struct sshcipher_ctx *receive_context;
crypto/openssh/packet.c
138
struct sshcipher_ctx *send_context;
crypto/openssh/packet.c
2365
struct sshcipher_ctx *cc;
crypto/openssh/packet.c
959
struct sshcipher_ctx **ccp;
crypto/openssh/sshkey-xmss.c
894
struct sshcipher_ctx *ciphercontext = NULL;
crypto/openssh/sshkey-xmss.c
985
struct sshcipher_ctx *ciphercontext = NULL;
crypto/openssh/sshkey.c
1540
struct sshcipher_ctx *cctx = NULL;
crypto/openssh/sshkey.c
1677
struct sshcipher_ctx *cctx = NULL;
crypto/openssh/sshkey.c
2757
struct sshcipher_ctx *ciphercontext = NULL;
crypto/openssh/sshkey.c
2957
struct sshcipher_ctx *ciphercontext = NULL;