Symbol: sshcipher
crypto/openssh/cipher.c
119
const struct sshcipher *c;
crypto/openssh/cipher.c
144
cipher_blocksize(const struct sshcipher *c)
crypto/openssh/cipher.c
150
cipher_keylen(const struct sshcipher *c)
crypto/openssh/cipher.c
156
cipher_seclen(const struct sshcipher *c)
crypto/openssh/cipher.c
164
cipher_authlen(const struct sshcipher *c)
crypto/openssh/cipher.c
170
cipher_ivlen(const struct sshcipher *c)
crypto/openssh/cipher.c
181
cipher_is_cbc(const struct sshcipher *c)
crypto/openssh/cipher.c
187
cipher_is_internal(const struct sshcipher *c)
crypto/openssh/cipher.c
198
const struct sshcipher *
crypto/openssh/cipher.c
201
const struct sshcipher *c;
crypto/openssh/cipher.c
212
const struct sshcipher *c;
crypto/openssh/cipher.c
244
cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher,
crypto/openssh/cipher.c
439
const struct sshcipher *c = cc->cipher;
crypto/openssh/cipher.c
63
const struct sshcipher *cipher;
crypto/openssh/cipher.c
85
static const struct sshcipher ciphers[] = {
crypto/openssh/cipher.h
50
struct sshcipher;
crypto/openssh/cipher.h
53
const struct sshcipher *cipher_by_name(const char *);
crypto/openssh/cipher.h
58
int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
crypto/openssh/cipher.h
65
u_int cipher_blocksize(const struct sshcipher *);
crypto/openssh/cipher.h
66
u_int cipher_keylen(const struct sshcipher *);
crypto/openssh/cipher.h
67
u_int cipher_seclen(const struct sshcipher *);
crypto/openssh/cipher.h
68
u_int cipher_authlen(const struct sshcipher *);
crypto/openssh/cipher.h
69
u_int cipher_ivlen(const struct sshcipher *);
crypto/openssh/cipher.h
70
u_int cipher_is_cbc(const struct sshcipher *);
crypto/openssh/cipher.h
71
u_int cipher_is_internal(const struct sshcipher *);
crypto/openssh/kex.h
126
const struct sshcipher *cipher;
crypto/openssh/packet.c
304
const struct sshcipher *none = cipher_by_name("none");
crypto/openssh/sshkey.c
1650
const struct sshcipher *cipher;
crypto/openssh/sshkey.c
1784
const struct sshcipher *cipher;
crypto/openssh/sshkey.c
2842
const struct sshcipher *cipher;
crypto/openssh/sshkey.c
3036
const struct sshcipher *cipher = NULL;